diff -up smeserver-userpanel-0.9/createlinks.sigevents smeserver-userpanel-0.9/createlinks --- smeserver-userpanel-0.9/createlinks.sigevents 2005-09-21 09:17:40.000000000 -0400 +++ smeserver-userpanel-0.9/createlinks 2013-11-28 17:29:56.000000000 -0500 @@ -6,5 +6,12 @@ use File::Path; panel_link("userpanelaccess", "manager"); -event_link("conf-userpanelsymlinks", "conf-userpanel", "20"); + for my $event (qw( conf-userpanel bootstrap-console-save console-save post-upgrade remoteaccess-update )){ +event_link("conf-userpanelsymlinks", $event, "70");} +my $event = "conf-userpanel"; +safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); +safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); +templates2events( "/etc/httpd/conf/httpd.conf",$event); +templates2events( "/etc/httpd/admin-conf/httpd.conf",$event); +