aboutsummaryrefslogtreecommitdiff
path: root/network/privoxy/README.SLACKWARE
diff options
context:
space:
mode:
authoralkos333 <me@alkos333.net>2010-05-13 00:38:01 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:38:01 +0200
commit727675690687c8ab4566a3389d2e19888ca2cbfe (patch)
treeae3726a243bb194b242ed8f90fa0b69d6eea3583 /network/privoxy/README.SLACKWARE
parent6c021c6765a7a0befc30367b505f832a2e1d62c7 (diff)
network/privoxy: Updated for version 3.0.12
Diffstat (limited to 'network/privoxy/README.SLACKWARE')
-rw-r--r--network/privoxy/README.SLACKWARE15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/privoxy/README.SLACKWARE b/network/privoxy/README.SLACKWARE
new file mode 100644
index 000000000000..0e1e7c0ef850
--- /dev/null
+++ b/network/privoxy/README.SLACKWARE
@@ -0,0 +1,15 @@
+README.SLACKWARE for 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
+
+Then add the following to /etc/rc.d/rc.local_shutdown:
+
+ if [ -x /etc/rc.d/rc.privoxy ]; then
+ /etc/rc.d/rc.privoxy stop
+ fi
+