summaryrefslogtreecommitdiffstats
path: root/network/privoxy/README
diff options
context:
space:
mode:
author alkos333 <me@alkos333.net>2010-05-13 00:38:01 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:38:01 +0200
commit727675690687c8ab4566a3389d2e19888ca2cbfe (patch)
treeae3726a243bb194b242ed8f90fa0b69d6eea3583 /network/privoxy/README
parent6c021c6765a7a0befc30367b505f832a2e1d62c7 (diff)
downloadslackbuilds-727675690687c8ab4566a3389d2e19888ca2cbfe.tar.gz
slackbuilds-727675690687c8ab4566a3389d2e19888ca2cbfe.tar.xz
network/privoxy: Updated for version 3.0.12
Diffstat (limited to 'network/privoxy/README')
-rw-r--r--network/privoxy/README6
1 files changed, 1 insertions, 5 deletions
diff --git a/network/privoxy/README b/network/privoxy/README
index 3264d54e02..587259a77a 100644
--- a/network/privoxy/README
+++ b/network/privoxy/README
@@ -12,8 +12,4 @@ a privoxy user and group. To do that, run the following commands:
groupadd -g 206 privoxy
useradd -u 206 -g 206 -c "Web Proxy" -d /dev/null -s /bin/false privoxy
-To run privoxy at boot, the following code needs to
-be added to /etc/rc.d/rc.local:
- if [ -x /etc/rc.d/rc.privoxy ]; then
- /etc/rc.d/rc.privoxy start
- fi
+See README.SLACKWARE for setup information.