Remove a useless SCCS marker
[privoxy.git] / privoxy-generic.init
index d9991f3..23125aa 100755 (executable)
 # 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.
 #
-# 
-#  Revisions   :
-#     $Log: privoxy-generic.init,v $
-#     Revision 1.6  2006/07/18 14:48:47  david__schmidt
-#     Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
-#     with what was really the latest development (the v_3_0_branch branch)
-#
-#     Revision 1.5.2.1  2002/10/17 17:04:22  hal9
-#     Add from main trunk. Will be needed for make install.
-#
-#     Revision 1.5  2002/10/17 17:01:29  hal9
-#     Set paths to match the defaults for a root install. Force remove PIDFILE on
-#     stop.
-#
-#     Revision 1.4  2002/09/11 01:15:02  hal9
-#     Fix typo in variable. Now tested on Solaris and Linux, with defaults.
-#
-#     Revision 1.3  2002/09/11 01:09:14  hal9
-#     Better handling of pidfile, and process owner.
-#
-#     Revision 1.2  2002/09/08 20:27:58  hal9
-#     -Rewrote script config section.
-#     -Added comments to script.
-#     -Tried to add logic to use a --user privoxy, if available.
-#     -Minor script changes due to 'echo -n' does not work on a true
-#      /bin/sh system.
-#
-#     Revision 1.1  2002/09/06 00:20:26  hal9
-#     Creating a generic init script, meant to be used on platforms where don't have
-#     a custom init script.
-#
-#     Revision 1.0  2002/09/05 17:14:32  hal9
-#
 #######################################################################
 
-# Is this needed by Solaris?
-#ident  "@(#)privoxy  1.0     02/09/05"
-
 # NOTE: This script may require editing to ensure proper location of 
 # config file, and the privoxy executable. Care should be taken to ensure 
 # logfile is writable by $P_USER (logfile is defined in config), and that 
 # there is suitable write access for $P_PIDFILE.
 
-PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin/:/usr/bin:/sbin:/bin
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/xpg4/bin:/usr/bin:/sbin:/bin
 P_NAME=Privoxy
 # Path to executable.
 P_DAEMON=privoxy