diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-30 00:30:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-30 00:30:53 +0000 |
commit | 5b1808303fce2ea4dabb768868b7a9c3c6808a96 (patch) | |
tree | aaf4357f969ac60ffae93ab29dbec610dda03c1b | |
parent | d8887b92d191e663bb2d96fc41d7275decd3ebff (diff) | |
download | pfsense-packages-5b1808303fce2ea4dabb768868b7a9c3c6808a96.tar.gz pfsense-packages-5b1808303fce2ea4dabb768868b7a9c3c6808a96.tar.bz2 pfsense-packages-5b1808303fce2ea4dabb768868b7a9c3c6808a96.zip |
We use squid.sh, not squid. Remove this rc.d file.
-rw-r--r-- | packages/squid.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/squid.inc b/packages/squid.inc index db5f57bd..9b950e60 100644 --- a/packages/squid.inc +++ b/packages/squid.inc @@ -87,7 +87,8 @@ function squid_install_command() { /* create cache */ mwexec("/usr/local/sbin/squid -z"); /* make sure pinger is executable */ - exec("chmod a+x /usr/local/libexec/squid/pinger"); + exec("/bin/chmod a+x /usr/local/libexec/squid/pinger"); + exec("/bin/rm /usr/local/etc/rc.d/squid"); $rc = array(); $rc['file'] = 'squid.sh'; $rc['start'] = '/usr/local/sbin/squid -D'; |