diff options
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 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> |