1 |
vip-ire |
1.1 |
diff -Nur e-smith-apache-2.4.0/createlinks e-smith-apache-2.4.0_bz9152/createlinks |
2 |
|
|
--- e-smith-apache-2.4.0/createlinks 2008-10-07 17:53:34.000000000 +0200 |
3 |
|
|
+++ e-smith-apache-2.4.0_bz9152/createlinks 2016-01-17 21:49:38.250234023 +0100 |
4 |
|
|
@@ -155,6 +155,14 @@ |
5 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
6 |
|
|
|
7 |
|
|
#-------------------------------------------------- |
8 |
|
|
+# actions for ssl-update event |
9 |
|
|
+#-------------------------------------------------- |
10 |
|
|
+ |
11 |
|
|
+$event = "ssl-update"; |
12 |
|
|
+templates2events("/etc/httpd/conf/httpd.conf", $event); |
13 |
|
|
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
14 |
|
|
+ |
15 |
|
|
+#-------------------------------------------------- |
16 |
|
|
# set up daemontools |
17 |
|
|
#-------------------------------------------------- |
18 |
|
|
|