X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy.init;h=a9752cadeb72c8861535ab2ed63d4b357e05db92;hp=1224f558efd116fa552db7412bde9e7225080dd7;hb=c77d84211dfeaab88bab02265b8438128237ece2;hpb=5031e313189b292cd5821d7fc343aaa8ebc1bbc2 diff --git a/privoxy.init b/privoxy.init index 1224f558..a9752cad 100644 --- a/privoxy.init +++ b/privoxy.init @@ -1,4 +1,14 @@ #!/bin/sh +# +# This is file /etc/rc.d/init.d/privoxy and was put here +# by the privoxy rpm +# +# chkconfig: 235 84 09 +# +# description: This shell script takes care of starting and stopping \ +# privoxy. +# + # ******************************************************************** # # File : $Source: /cvsroot/ijbswa/current/privoxy.init,v $ @@ -7,7 +17,7 @@ # privoxy. # # Copyright : Written by and Copyright (C) 2001 the SourceForge -# PRIVOXY team. http://ijbswa.sourceforge.net +# Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -33,6 +43,12 @@ # # Revisions : # $Log: privoxy.init,v $ +# Revision 1.6 2002/03/26 22:29:55 swa +# we have a new homepage! +# +# Revision 1.5 2002/03/25 06:14:18 morcego +# Removing the OPRG definition (no longer needed) +# # Revision 1.4 2002/03/25 04:16:48 hal9 # Fix proper config file location. # @@ -145,15 +161,6 @@ # # ********************************************************************/ -# This is file /etc/rc.d/init.d/privoxy and was put here -# by the privoxy rpm -# -# chkconfig: 235 84 09 -# -# description: This shell script takes care of starting and stopping \ -# privoxy. -# - # Source function library. . /etc/rc.d/init.d/functions