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