1 |
slords |
1.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 2006-04-05 17:57:43.114075833 +1000 |
3 |
|
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/templates/etc/crontab/backup 2006-04-05 17:57:30.263291085 +1000 |
4 |
|
|
@@ -13,7 +13,7 @@ |
5 |
|
|
|
6 |
|
|
unless ($status eq 'enabled') |
7 |
|
|
{ |
8 |
|
|
- $OUT .= "# ",gettext("Backup task is disabled"); |
9 |
|
|
+ $OUT .= "# " . gettext("Backup task is disabled"); |
10 |
|
|
return; |
11 |
|
|
} |
12 |
|
|
|