From 7f74ded8d7233ec525425672a817e30fdd8b601b Mon Sep 17 00:00:00 2001
From: morcego <morcego@users.sourceforge.net>
Date: Mon, 8 Apr 2002 14:54:51 +0000
Subject: [PATCH] Moved the chkconfig comments to the begining of the file,
 couse Linuxconf was getting confused with it where it was.

---
 privoxy.init | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

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
-- 
2.49.0