1 |
jpp |
1.1 |
diff -Nur --no-dereference e-smith-ldap-5.6.0.old/createlinks e-smith-ldap-5.6.0/createlinks |
2 |
|
|
--- e-smith-ldap-5.6.0.old/createlinks 2021-06-09 11:56:44.452000000 -0400 |
3 |
|
|
+++ e-smith-ldap-5.6.0/createlinks 2021-06-09 11:57:48.259000000 -0400 |
4 |
|
|
@@ -52,7 +52,7 @@ |
5 |
|
|
templates2events("/etc/hosts.allow", "ldap-update"); |
6 |
|
|
templates2events("/etc/openldap/ssl/slapd.pem", qw(ssl-update e-smith-ldap-update bootstrap-console-save) ); |
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("restart", "root/etc/e-smith/events/ssl-update/services2adjust/ldap"); |
10 |
|
|
safe_symlink("reload", "root/etc/e-smith/events/ldap-update/services2adjust/masq"); |
11 |
|
|
safe_symlink("reload", "root/etc/e-smith/events/ldap-update/services2adjust/httpd-e-smith"); |
12 |
|
|
|