1 |
diff -Nur --no-dereference e-smith-proxy-5.6.0.old/createlinks e-smith-proxy-5.6.0/createlinks |
2 |
--- e-smith-proxy-5.6.0.old/createlinks 2021-03-16 14:47:44.923000000 -0400 |
3 |
+++ e-smith-proxy-5.6.0/createlinks 2021-03-16 14:48:14.414000000 -0400 |
4 |
@@ -38,10 +38,6 @@ |
5 |
safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/masq"); |
6 |
} |
7 |
|
8 |
-# Runlevel init links. |
9 |
-safe_symlink("../init.d/e-smith-service", "root/etc/rc.d/rc6.d/K25squid"); |
10 |
-safe_symlink("../init.d/e-smith-service", "root/etc/rc.d/rc0.d/K25squid"); |
11 |
- |
12 |
# Symlink for the cgi. |
13 |
panel_link("proxy", "manager"); |
14 |
|