On Mon, Jul 23, 2012 at 8:02 AM, Anonymous <eletters_m...@yahoo.com> wrote:
> squid_enable"YES"

If you installed Squid from ports then you will have a file called
/usr/local/etc/rc.d/squid - which is the startup file. You can get the
startup variables from this file by executing it and passing the
option rcvar.

# /usr/local/etc/rc.d/squid rcvar
# squid
#
squid_enable="NO"
#   (default: "")

it should return what the startup variable is and what it's value it.
In your configured setting, above, you are missing the '=' sign. So
set it to squid_enable="YES" and remove any of your other additional
references to squid.

-- 
.warren

Reply via email to