1 |
unnilennium |
1.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 2008-12-09 23:01:25.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-phpki-0.1/createlinks 2008-12-09 23:00:56.000000000 +0100 |
4 |
|
|
@@ -17,7 +17,7 @@ |
5 |
|
|
panel_link("phpki", 'manager'); |
6 |
|
|
|
7 |
|
|
# Events links |
8 |
|
|
-templates2events("/etc/httpd/pki-conf/httpd.conf", qw(post-upgrade conf-userpanel domain-modify)); |
9 |
|
|
+templates2events("/etc/httpd/pki-conf/httpd.conf", qw(bootstrap-console-save conf-userpanel domain-modify)); |
10 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/conf-userpanel/services2adjust/httpd-pki"); |
11 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/domain-modify/services2adjust/httpd-pki"); |
12 |
|
|
|