summaryrefslogtreecommitdiffstats
path: root/network/squid/README.SBo
diff options
context:
space:
mode:
author David Somero <dsomero@hotmail.com>2010-05-12 17:44:14 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 17:44:14 +0200
commit633d26a36c9442789a3898508ad14b40589ad070 (patch)
tree619250ca8eb2f626b8717f94784511cea730af6d /network/squid/README.SBo
parent67c26eccbfc3bae6a022b4d3d500e3ac343874ee (diff)
downloadslackbuilds-633d26a36c9442789a3898508ad14b40589ad070.tar.gz
slackbuilds-633d26a36c9442789a3898508ad14b40589ad070.tar.xz
network/squid: Updated for version 3.0.STABLE14
Diffstat (limited to 'network/squid/README.SBo')
-rw-r--r--network/squid/README.SBo8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/squid/README.SBo b/network/squid/README.SBo
index 6ef91cf53a..5dcc214a06 100644
--- a/network/squid/README.SBo
+++ b/network/squid/README.SBo
@@ -2,6 +2,14 @@ README.SBo - configuration help for squid from SlackBuilds.org
==============================================================================
+If you need to start squid at boot, make sure /etc/rc.d/rc.squid is
+executable and add the following to /etc/rc.d/rc.local:
+ if [ -x /etc/rc.d/rc.squid ]; then
+ /etc/rc.d/rc.squid start
+ fi
+
+==============================================================================
+
Uncomment and edit the following lines in /etc/squid.conf:
http_port <port> <option>