diff -Nur -x '*.orig' -x '*.rej' smeserver-phpki-0.1/createlinks mezzanine_patched_smeserver-phpki-0.1/createlinks --- smeserver-phpki-0.1/createlinks 2008-11-27 06:17:49.000000000 +0100 +++ mezzanine_patched_smeserver-phpki-0.1/createlinks 2008-12-02 03:25:00.000000000 +0100 @@ -16,6 +16,10 @@ panel_link("phpki", 'manager'); +# Events links +templates2events("/etc/httpd/pki-conf/httpd.conf", qw(post-upgrade conf-userpanel domain-modify)); +safe_symlink("sigusr1", "root/etc/e-smith/events/conf-userpanel/services2adjust/httpd-pki"); +safe_symlink("sigusr1", "root/etc/e-smith/events/domain-modify/services2adjust/httpd-pki"); # Create needed empty files safe_touch("root/etc/e-smith/events/logrotate/logfiles2timestamp/var/log/httpd/pki_access_log");