diff options
Diffstat (limited to 'network/privoxy/README')
-rw-r--r-- | network/privoxy/README | 6 |
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. |