Moved the chkconfig comments to the begining of the file, couse Linuxconf
authormorcego <morcego@users.sourceforge.net>
Mon, 8 Apr 2002 14:54:51 +0000 (14:54 +0000)
committermorcego <morcego@users.sourceforge.net>
Mon, 8 Apr 2002 14:54:51 +0000 (14:54 +0000)
was getting confused with it where it was.

privoxy.init

index a835405..a9752ca 100644 (file)
@@ -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)
 #
 # 
 # ********************************************************************/
 
-# 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