Removing the OPRG definition (no longer needed)
authormorcego <morcego@users.sourceforge.net>
Mon, 25 Mar 2002 06:14:18 +0000 (06:14 +0000)
committermorcego <morcego@users.sourceforge.net>
Mon, 25 Mar 2002 06:14:18 +0000 (06:14 +0000)
privoxy.init

index 58fe175..1224f55 100644 (file)
@@ -33,6 +33,9 @@
 # 
 #  Revisions   :
 #     $Log: privoxy.init,v $
+#     Revision 1.4  2002/03/25 04:16:48  hal9
+#     Fix proper config file location.
+#
 #     Revision 1.3  2002/03/24 19:12:15  hal9
 #     Fixed some naming conflicts.
 #
 #  Check that networking is up.
 [ ${NETWORKING} = "no" ] && exit 0
 
-JB_OPRG="junkbuster"
 JB_PRG="privoxy"
 JB_BIN="/usr/sbin/$JB_PRG"
 JB_CONF="/etc/$JB_PRG/config"