aboutsummaryrefslogtreecommitdiff
path: root/network/privoxy/README.SLACKWARE
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2014-12-18 00:16:27 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-20 07:16:02 +0700
commitc09c72863984809d4e35eeaa6e43a545ab41c8d0 (patch)
treef679612eb3a4cd01386ce0996b939834dd66d050 /network/privoxy/README.SLACKWARE
parentc0bc85aaa7f714b702ea4265a257dbc615d3d8d3 (diff)
network/privoxy: Updated for version 3.0.22.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'network/privoxy/README.SLACKWARE')
-rw-r--r--network/privoxy/README.SLACKWARE15
1 files changed, 0 insertions, 15 deletions
diff --git a/network/privoxy/README.SLACKWARE b/network/privoxy/README.SLACKWARE
deleted file mode 100644
index 0e1e7c0ef850d..0000000000000
--- a/network/privoxy/README.SLACKWARE
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-