i guess rc.local line is wrong because squid exec file is in
/usr/local/sbin/squid not in /usr/local/squid/sbin/squid (as you wrote ). i
mean you tell rc. to search for a file from one location and execute the file
from another location
how did you install squid? from packages or from source (
Luke Fogarty wrote:
Hi
Since moving from Cable to DSL, squid no longer starts on boot. I have
the following entry in /etc/rc.local
#start squid
if [ -f /usr/local/squid/sbin/squid ]; then
echo -n ' Squid'
/usr/local/sbin/squid
I've also tried just having /usr/loc
Hi
Since moving from Cable to DSL, squid no longer starts on boot. I have
the following entry in /etc/rc.local
#start squid
if [ -f /usr/local/squid/sbin/squid ]; then
echo -n ' Squid'
/usr/local/sbin/squid
I've also tried just having /usr/local/sbin/squid in ther
3 matches
Mail list logo