1 |
diff -up smeserver-userpanel-0.9/createlinks.sigevents smeserver-userpanel-0.9/createlinks |
2 |
--- smeserver-userpanel-0.9/createlinks.sigevents 2005-09-21 09:17:40.000000000 -0400 |
3 |
+++ smeserver-userpanel-0.9/createlinks 2013-11-28 17:29:56.000000000 -0500 |
4 |
@@ -6,5 +6,12 @@ use File::Path; |
5 |
|
6 |
panel_link("userpanelaccess", "manager"); |
7 |
|
8 |
-event_link("conf-userpanelsymlinks", "conf-userpanel", "20"); |
9 |
+my $event = "conf-userpanel"; |
10 |
+event_link("conf-userpanelsymlinks", qw( $event bootstrap-console-save console-save post-upgrade remoteaccess-update ), "70"); |
11 |
+ |
12 |
+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"); |
14 |
+templates2events( "/etc/httpd/conf/httpd.conf",$event); |
15 |
+templates2events( "/etc/httpd/admin-conf/httpd.conf",$event); |
16 |
+ |
17 |
|