From 727675690687c8ab4566a3389d2e19888ca2cbfe Mon Sep 17 00:00:00 2001 From: alkos333 Date: Thu, 13 May 2010 00:38:01 +0200 Subject: network/privoxy: Updated for version 3.0.12 --- network/privoxy/README.SLACKWARE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 network/privoxy/README.SLACKWARE (limited to 'network/privoxy/README.SLACKWARE') diff --git a/network/privoxy/README.SLACKWARE b/network/privoxy/README.SLACKWARE new file mode 100644 index 0000000000..0e1e7c0ef8 --- /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 + -- cgit v1.2.3