Fixed some naming conflicts.
[privoxy.git] / privoxy.init
1 #!/bin/sh
2 #  ********************************************************************
3
4 #  File        :  $Source: /cvsroot/ijbswa/current/privoxy.init,v $
5
6 #  Purpose     :  This shell script takes care of starting and stopping
7 #                 privoxy.
8
9 #  Copyright   :  Written by and Copyright (C) 2001 the SourceForge
10 #                 PRIVOXY team.  http://ijbswa.sourceforge.net
11
12 #                 Based on the Internet Junkbuster originally written
13 #                 by and Copyright (C) 1997 Anonymous Coders and
14 #                 Junkbusters Corporation.  http://www.junkbusters.com
15
16 #                 This program is free software; you can redistribute it
17 #                 and/or modify it under the terms of the GNU General
18 #                 Public License as published by the Free Software
19 #                 Foundation; either version 2 of the License, or (at
20 #                 your option) any later version.
21
22 #                 This program is distributed in the hope that it will
23 #                 be useful, but WITHOUT ANY WARRANTY; without even the
24 #                 implied warranty of MERCHANTABILITY or FITNESS FOR A
25 #                 PARTICULAR PURPOSE.  See the GNU General Public
26 #                 License for more details.
27
28 #                 The GNU General Public License should be included with
29 #                 this file.  If not, you can view it at
30 #                 http://www.gnu.org/copyleft/gpl.html
31 #                 or write to the Free Software Foundation, Inc., 59
32 #                 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33
34 #  Revisions   :
35 #     $Log: privoxy.init,v $
36 #     Revision 1.2  2002/03/24 11:40:14  swa
37 #     name change
38 #
39 #     Revision 1.1  2002/03/24 11:23:44  swa
40 #     name change
41 #
42 #     Revision 1.1  2002/03/22 20:53:03  morcego
43 #     - Ongoing process to change name to JunkbusterNG
44 #     - configure/configure.in: no change needed
45 #     - GNUmakefile.in:
46 #             - TAR_ARCH = /tmp/JunkbusterNG-$(RPM_VERSION).tar.gz
47 #             - PROGRAM    = jbng@EXEEXT@
48 #             - rh-spec now references as junkbusterng-rh.spec
49 #             - redhat-upload: references changed to junkbusterng-* (package names)
50 #             - tarball-dist: references changed to JunkbusterNG-distribution-*
51 #             - tarball-src: now JunkbusterNG-*
52 #             - install: initscript now junkbusterng.init and junkbusterng (when
53 #                        installed)
54 #     - junkbuster-rh.spec: renamed to junkbusterng-rh.spec
55 #     - junkbusterng.spec:
56 #             - References to the expression ijb where changed where possible
57 #             - New package name: junkbusterng (all in lower case, acording to
58 #               the LSB recomendation)
59 #             - Version changed to: 2.9.13
60 #             - Release: 1
61 #             - Added: junkbuster to obsoletes and conflicts (Not sure this is
62 #               right. If it obsoletes, why conflict ? Have to check it later)
63 #             - Summary changed: Stefan, please check and aprove it
64 #             - Changes description to use the new name
65 #             - Sed string was NOT changed. Have to wait to the manpage to
66 #               change first
67 #             - Keeping the user junkbuster for now. It will require some aditional
68 #               changes on the script (scheduled for the next specfile release)
69 #             - Added post entry to move the old logfile to the new log directory
70 #             - Removing "chkconfig --add" entry (not good to have it automaticaly
71 #               added to the startup list).
72 #             - Added preun section to stop the service with the old name, as well
73 #               as remove it from the startup list
74 #             - Removed the chkconfig --del entry from the conditional block on
75 #               the preun scriptlet (now handled on the %files section)
76 #     - junkbuster.init: renamed to junkbusterng.init
77 #     - junkbusterng.init:
78 #             - Changed JB_BIN to jbng
79 #             - Created JB_OBIN with the old value of JB_BIN (junkbuster), to
80 #               be used where necessary (config dir)
81 #
82 #     Aditional notes:
83 #     - The config directory is /etc/junkbuster yet. Have to change it on the
84 #     specfile, after it is changes on the code
85 #     - The only files that got renamed on the cvs tree were the rh specfile and
86 #     the init file. Some file references got changes on the makefile and on the
87 #     rh-spec (as listed above)
88 #
89 #     Revision 1.15  2002/03/09 15:05:58  swa
90 #     wrong user.group
91 #
92 #     Revision 1.14  2002/03/06 06:13:40  hal9
93 #     Adapted for Andreas' changes for --user and --pidfile.
94 #
95 #     Revision 1.13  2002/03/05 05:10:10  oes
96 #     Changed pidfile path to conform with FHS
97 #
98 #     Revision 1.12  2002/03/04 20:44:36  oes
99 #     Changed to new cmdline syntax
100 #
101 #     Revision 1.11  2001/12/30 14:07:32  steudten
102 #     - Add signal handling (unix)
103 #     - Add SIGHUP handler (unix)
104 #     - Add creation of pidfile (unix)
105 #     - Add action 'top' in rc file (RH)
106 #     - Add entry 'SIGNALS' to manpage
107 #     - Add exit message to logfile (unix)
108 #
109 #     Revision 1.10  2001/11/05 21:30:23  steudten
110 #     Make JB startup without & due to be a 'real' daemon right now.
111 #     Make the script easy to change.
112 #
113 #     Revision 1.9  2001/09/15 01:53:12  steudten
114 #
115 #     Remove test for subsys flag in start. Some minor changes.
116 #
117 #     Revision 1.8  2001/06/28 13:50:36  sarantis
118 #     swap ?$ with $?; remove bogus ";;"
119 #
120 #     Revision 1.7  2001/06/28 13:40:26  sarantis
121 #     remove single quotes from $JB; it was not expanded.
122 #
123 #     Revision 1.6  2001/06/28 13:38:42  sarantis
124 #     formatting changes; individual return values are returned from the init script.
125 #
126 #     Revision 1.5  2001/06/11 11:37:40  sarantis
127 #     Minor editing changes.
128 #
129 #     Revision 1.4  2001/06/09 09:14:11  swa
130 #     shamelessly adapted RPM stuff from the newest rpm that
131 #     RedHat provided for the JB.
132 #
133 #     Revision 1.3  2001/05/25 10:12:44  oes
134 #     Fixed default case in switch statement (# -> *)
135 #
136 #     Revision 1.2  2001/05/24 07:52:24  swa
137 #     added header. removed ^M.
138 #
139
140 # ********************************************************************/
141
142 # This is file /etc/rc.d/init.d/privoxy and was put here 
143 # by the privoxy rpm
144 #
145 # chkconfig: 235 84 09
146 #
147 # description: This shell script takes care of starting and stopping \
148 #              privoxy.
149 #
150
151
152 # Source function library.
153 . /etc/rc.d/init.d/functions
154
155 . /etc/sysconfig/network
156
157 #  Check that networking is up.
158 [ ${NETWORKING} = "no" ] && exit 0
159
160 JB_OPRG="junkbuster"
161 JB_PRG="privoxy"
162 JB_BIN="/usr/sbin/$JB_PRG"
163 JB_CONF="/etc/$JB_OPRG/config"
164 JB_USER="privoxy"
165 JB_PID=/var/run/$JB_PRG.pid
166 JB_LOCK=/var/lock/subsys/$JB_PRG
167 JB="$JB_BIN --user $JB_USER.$JB_USER --pidfile $JB_PID $JB_CONF"
168
169 # some checks for us
170 ! [ -x $JB_BIN  ] && echo "Can't find $JB_BIN, exit." && exit 0
171 ! [ -f $JB_CONF ] && echo "Can't find $JB_CONF, exit." && exit 0
172
173 # See how we were called.
174
175 start () {
176         # start daemon
177         echo -n $"Starting $JB_PRG: "
178      if [ -f $JB_PID ]; then 
179         killproc $JB_PRG && rm -f $JB_LOCK $JB_PID
180         RETVAL=$?
181         [ $RETVAL != 0 ] && return $RETVAL
182      fi
183         daemon $JB 
184         RETVAL=$?
185         echo
186         [ $RETVAL = 0 ] && touch $JB_LOCK
187         return $RETVAL
188 }
189
190 stop () {
191         # stop daemon
192         echo -n $"Stopping $JB_PRG: "
193         killproc $JB_PRG && rm -f $JB_LOCK $JB_PID
194         RETVAL=$?
195         echo
196         return $RETVAL
197 }
198
199 case "$1" in
200   start)
201         start   
202         ;;
203   stop)
204         stop
205         ;;
206   reload)
207         if [ -f $JB_PID ] ; then
208         kill -HUP `cat $JB_PID`
209         RETVAL=$?
210      fi
211         ;;
212   restart)
213         stop
214         start
215         RETVAL=$?
216         ;;
217   condrestart)
218         # restart only if already running
219         if [ -f $JB_PID ] ; then
220         stop
221         start
222         RETVAL=$?
223         fi 
224         ;;
225   status)
226         status $JB_PRG 
227         RETVAL=$?
228         ;;
229   top)
230      if [ -f $JB_PID ]; then
231                 a=""
232                 for i in `pidof $JB_PRG` ; do
233                         a="$a -p $i"
234                 done
235                 top $a
236      fi
237         ;;
238   *)
239         echo $"Usage: $JB_PRG {start|stop|reload|restart|condrestart|status|top}"
240         exit 1
241 esac
242
243 exit $RETVAL