From: morcego <morcego@users.sourceforge.net>
Date: Mon, 8 Apr 2002 14:54:51 +0000 (+0000)
Subject: Moved the chkconfig comments to the begining of the file, couse Linuxconf
X-Git-Tag: v_2_9_14~157
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=7f74ded8d7233ec525425672a817e30fdd8b601b;p=privoxy.git

Moved the chkconfig comments to the begining of the file, couse Linuxconf
was getting confused with it where it was.
---

diff --git a/privoxy.init b/privoxy.init
index a835405c..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 $
@@ -33,6 +43,9 @@
 # 
 #  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)
 #
@@ -148,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