1 |
diff -Nur --no-dereference smeserver-userpanel-1.4.old/createlinks smeserver-userpanel-1.4/createlinks |
2 |
--- smeserver-userpanel-1.4.old/createlinks 2022-11-22 14:01:28.635000000 -0500 |
3 |
+++ smeserver-userpanel-1.4/createlinks 2022-11-22 14:02:36.506000000 -0500 |
4 |
@@ -17,7 +17,7 @@ |
5 |
|
6 |
##event conf-userpanel |
7 |
my $event = "conf-userpanel"; |
8 |
-safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
9 |
+safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
10 |
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
11 |
templates2events( "/etc/httpd/conf/httpd.conf",$event); |
12 |
templates2events( "/etc/httpd/admin-conf/httpd.conf",$event); |
13 |
@@ -25,7 +25,7 @@ |
14 |
templates2events( "/etc/e-smith/web/common/css/manager.css","bootstrap-console-save"); |
15 |
|
16 |
$event = "smeserver-userpanel-update"; |
17 |
-safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
18 |
+safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/httpd-admin"); |
19 |
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
20 |
templates2events( "/etc/httpd/conf/httpd.conf",$event); |
21 |
templates2events( "/etc/httpd/admin-conf/httpd.conf",$event); |