1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-BackupPC-0.1/createlinks mezzanine_patched_smeserver-BackupPC-0.1/createlinks |
2 |
|
|
--- smeserver-BackupPC-0.1/createlinks 2008-10-13 22:31:43.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_smeserver-BackupPC-0.1/createlinks 2008-11-13 11:41:03.000000000 +0100 |
4 |
|
|
@@ -40,5 +40,6 @@ |
5 |
|
|
# Create needed empty files |
6 |
|
|
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/bkpc_access_log"); |
7 |
|
|
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/bkpc_error_log"); |
8 |
|
|
+safe_touch("root/etc/e-smith/events/logrotate/services2adjust/httpd-bkpc"); |
9 |
|
|
safe_touch("root/var/service/httpd-bkpc/down"); |
10 |
|
|
|