1 |
vip-ire |
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 2009-02-18 18:09:50.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-BackupPC-0.1/createlinks 2009-02-18 18:09:37.000000000 +0100 |
4 |
|
|
@@ -36,10 +36,10 @@ |
5 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/backuppc"); |
6 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
7 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-bkpc"); |
8 |
|
|
+safe_symlink("sigusr1", "root/etc/e-smith/events/logrotate/services2adjust/httpd-bkpc"); |
9 |
|
|
|
10 |
|
|
# Create needed empty files |
11 |
|
|
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/bkpc_access_log"); |
12 |
|
|
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/bkpc_error_log"); |
13 |
|
|
-safe_touch("root/etc/e-smith/events/logrotate/services2adjust/httpd-bkpc"); |
14 |
|
|
safe_touch("root/var/service/httpd-bkpc/down"); |
15 |
|
|
|