X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-generic.init;h=d070826f8c6c8ceec2a1418c49c4401b55417dc5;hp=e71407e0912277fc80b863404515986c955aac91;hb=66b1e23830d60ea98b0ba2ac5644ef24a45f9c55;hpb=749aab91b508847bb80deb1e782ac8531f5166b2 diff --git a/privoxy-generic.init b/privoxy-generic.init index e71407e0..d070826f 100755 --- a/privoxy-generic.init +++ b/privoxy-generic.init @@ -1,18 +1,17 @@ #!/bin/sh -# -# ******************************************************************** + +########################################################################### # # File : $Source: /cvsroot/ijbswa/current/privoxy-generic.init,v $ # -# Purpose : This shell script takes care of starting and stopping -# privoxy. -# -# Copyright : Written by and Copyright (C) 2001,2002 the SourceForge -# Privoxy team. http://www.privoxy.org/ +# Purpose : This script takes care of starting and stopping privoxy. +# It is supposed to work cross-platform and thus doesn't +# do too much. When packaging Privoxy it's recommended to +# write a platform-specific start script instead of using +# this one. # -# Based on the Internet Junkbuster originally written -# by and Copyright (C) 1997 Anonymous Coders and -# Junkbusters Corporation. http://www.junkbusters.com +# Copyright : Written by and Copyright (C) 2001,2002 the +# Privoxy team. https://www.privoxy.org/ # # This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General @@ -32,11 +31,17 @@ # or write to the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Developer's NOTE: This script should be tested against a true /bin/sh, which -# has notable differences from bash. By design, this script does not try to do -# too much, so as to be as cross-platform as possible. -# -####################################################################### +########################################################################### + +### BEGIN INIT INFO +# Provides: privoxy +# Required-Start: +# Required-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start privoxy at boot time +# Description: Start and stop the privacy-enhancing HTTP proxy privoxy. +### END INIT INFO # NOTE: This script may require editing to ensure proper location of # config file, and the privoxy executable. Care should be taken to ensure