1 |
slords |
1.1.2.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/templates/etc/crontab/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/templates/etc/crontab/backup |
2 |
|
|
--- e-smith-backup-1.14.0/root/etc/e-smith/templates/etc/crontab/backup 2008-07-26 08:49:34.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/templates/etc/crontab/backup 2008-07-26 08:49:13.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"; |