6 |
panel_link("userpanelaccess", "manager"); |
panel_link("userpanelaccess", "manager"); |
7 |
|
|
8 |
-event_link("conf-userpanelsymlinks", "conf-userpanel", "20"); |
-event_link("conf-userpanelsymlinks", "conf-userpanel", "20"); |
9 |
|
+ for my $event (qw( conf-userpanel bootstrap-console-save console-save post-upgrade remoteaccess-update )){ |
10 |
|
+event_link("conf-userpanelsymlinks", $event, "70");} |
11 |
+my $event = "conf-userpanel"; |
+my $event = "conf-userpanel"; |
|
+event_link("conf-userpanelsymlinks", qw( $event bootstrap-console-save console-save post-upgrade remoteaccess-update ), "70"); |
|
|
+ |
|
12 |
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
13 |
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
14 |
+templates2events( "/etc/httpd/conf/httpd.conf",$event); |
+templates2events( "/etc/httpd/conf/httpd.conf",$event); |