aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-02 06:53:34 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-02 06:53:34 +0200
commitbdcee17abb82e4e348eb0c22466f3b0968d8b76e (patch)
treebff11deb67455a706067f743cc5a32781dd1b47b /config/squid3
parent3b4a7b470986618cb653c2cfc75bd1d6117ae82d (diff)
downloadpfsense-packages-bdcee17abb82e4e348eb0c22466f3b0968d8b76e.tar.gz
pfsense-packages-bdcee17abb82e4e348eb0c22466f3b0968d8b76e.tar.bz2
pfsense-packages-bdcee17abb82e4e348eb0c22466f3b0968d8b76e.zip
Not needed any more and the symlinking misfeature was fixed
Diffstat (limited to 'config/squid3')
-rwxr-xr-xconfig/squid3/34/squid.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc
index 56c8c853..36ac5a01 100755
--- a/config/squid3/34/squid.inc
+++ b/config/squid3/34/squid.inc
@@ -2745,8 +2745,6 @@ EOD;
conf_mount_rw();
write_rcfile($rc);
- // force delete the PBI initscript that keeps creeping back
- unlink_if_exists("/usr/local/etc/rc.d/squid");
conf_mount_ro();
}
@@ -2764,8 +2762,6 @@ function squid_write_cicap_rcfile() {
"stop" => "{$cicap_stop_cmd}"
)
);
- // force delete the PBI initscript that keeps creeping back
- unlink_if_exists("/usr/local/etc/rc.d/c-icap");
conf_mount_ro();
}