X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-generic.init;h=55f6bb71ea87dff7c5925cda3c7f00119601266f;hp=e71407e0912277fc80b863404515986c955aac91;hb=39aa7ec2d9d555d00de379563ada750f1c462863;hpb=749aab91b508847bb80deb1e782ac8531f5166b2 diff --git a/privoxy-generic.init b/privoxy-generic.init index e71407e0..55f6bb71 100755 --- a/privoxy-generic.init +++ b/privoxy-generic.init @@ -1,19 +1,18 @@ #!/bin/sh -# -# ******************************************************************** + +########################################################################### # # File : $Source: /cvsroot/ijbswa/current/privoxy-generic.init,v $ # -# Purpose : This shell script takes care of starting and stopping -# privoxy. +# 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. # -# Copyright : Written by and Copyright (C) 2001,2002 the SourceForge +# Copyright : Written by and Copyright (C) 2001,2002 the # Privoxy team. http://www.privoxy.org/ # -# Based on the Internet Junkbuster originally written -# by and Copyright (C) 1997 Anonymous Coders and -# Junkbusters Corporation. http://www.junkbusters.com -# # This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General # Public License as published by the Free Software @@ -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