1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-phpki-0.1/createlinks mezzanine_patched_smeserver-phpki-0.1/createlinks |
2 |
--- smeserver-phpki-0.1/createlinks 2009-02-18 18:06:37.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-phpki-0.1/createlinks 2009-02-18 18:06:22.000000000 +0100 |
4 |
@@ -20,10 +20,10 @@ |
5 |
templates2events("/etc/httpd/pki-conf/httpd.conf", qw(bootstrap-console-save conf-userpanel domain-modify)); |
6 |
safe_symlink("sigusr1", "root/etc/e-smith/events/conf-userpanel/services2adjust/httpd-pki"); |
7 |
safe_symlink("sigusr1", "root/etc/e-smith/events/domain-modify/services2adjust/httpd-pki"); |
8 |
+safe_symlink("sigusr1", "root/etc/e-smith/events/logrotate/services2adjust/httpd-pki"); |
9 |
|
10 |
# Create needed empty files |
11 |
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/pki_access_log"); |
12 |
safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/pki_error_log"); |
13 |
-safe_touch("root/etc/e-smith/events/logrotate/services2adjust/httpd-pki"); |
14 |
safe_touch("root/var/service/httpd-pki/down"); |
15 |
|