diff -Nur -x '*.orig' -x '*.rej' smeserver-freepbx-0.1/createlinks mezzanine_patched_smeserver-freepbx-0.1/createlinks --- smeserver-freepbx-0.1/createlinks 2008-12-08 00:33:49.000000000 +0100 +++ mezzanine_patched_smeserver-freepbx-0.1/createlinks 2008-12-08 00:32:45.000000000 +0100 @@ -30,10 +30,10 @@ # Events links my $event = 'freepbx-update'; -templates2events("/etc/amportal.conf", qw(freepbx-update post-upgrade)); -templates2events("/etc/httpd/conf/httpd.conf", qw(freepbx-update post-upgrade)); -templates2events("/etc/httpd/fpbx-conf/httpd.conf", qw(freepbx-update post-upgrade conf-userpanel)); -templates2events("/etc/e-smith/sql/init/freepbx.sql", qw(freepbx-update post-upgrade)); +templates2events("/etc/amportal.conf", qw(freepbx-update bootstrap-console-save)); +templates2events("/etc/httpd/conf/httpd.conf", $event); +templates2events("/etc/httpd/fpbx-conf/httpd.conf", qw(freepbx-update bootstrap-console-save conf-userpanel)); +templates2events("/etc/e-smith/sql/init/freepbx.sql", qw(freepbx-update bootstrap-console-save)); event_link("freepbx-checkinstall", $event, "10"); event_link("freepbx-applypatch", $event, "20");