diff options
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 |
commit | 633d26a36c9442789a3898508ad14b40589ad070 (patch) | |
tree | 619250ca8eb2f626b8717f94784511cea730af6d /network/squid/README.SBo | |
parent | 67c26eccbfc3bae6a022b4d3d500e3ac343874ee (diff) |
network/squid: Updated for version 3.0.STABLE14
Diffstat (limited to 'network/squid/README.SBo')
-rw-r--r-- | network/squid/README.SBo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/squid/README.SBo b/network/squid/README.SBo index 6ef91cf53a42..5dcc214a0608 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> |