1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/templates/etc/crontab/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/templates/etc/crontab/backup |
2 |
--- e-smith-backup-1.15.0/root/etc/e-smith/templates/etc/crontab/backup 2007-09-05 13:45:52.000000000 -0600 |
3 |
+++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/templates/etc/crontab/backup 2008-07-26 08:54:12.000000000 -0600 |
4 |
@@ -29,7 +29,7 @@ |
5 |
|
6 |
$OUT .= |
7 |
"$reminderMin $reminderHour * * * root" |
8 |
- . " /bin/mt -f $device status | grep ONLINE > /dev/null 2>&1 ||" |
9 |
+ . " /bin/mt -f $device status 2>&1 | grep ONLINE > /dev/null ||" |
10 |
. ' echo "' . gettext("Remember to load the backup tape!") . '"' |
11 |
. ' | mail -s "' . gettext("Remember to load the backup tape!") . '"' |
12 |
. " $reminderEmail\n"; |