1 |
diff -Nur e-smith-ldap-5.4.0/createlinks e-smith-ldap-5.4.0_bz9152/createlinks |
2 |
--- e-smith-ldap-5.4.0/createlinks 2016-01-17 21:37:44.520128364 +0100 |
3 |
+++ e-smith-ldap-5.4.0_bz9152/createlinks 2016-01-17 21:39:42.392146373 +0100 |
4 |
@@ -41,6 +41,7 @@ |
5 |
templates2events("/etc/rc.d/init.d/masq", "ldap-update"); |
6 |
templates2events("/etc/hosts.allow", "ldap-update"); |
7 |
safe_symlink("restart", "root/etc/e-smith/events/ldap-update/services2adjust/ldap"); |
8 |
+safe_symlink("reload", "root/etc/e-smith/events/ssl-update/services2adjust/ldap"); |
9 |
safe_symlink("adjust", "root/etc/e-smith/events/ldap-update/services2adjust/masq"); |
10 |
safe_symlink("sigusr1", "root/etc/e-smith/events/ldap-update/services2adjust/httpd-e-smith"); |
11 |
|