Fixed some naming conflicts.
authorhal9 <hal9@users.sourceforge.net>
Sun, 24 Mar 2002 19:12:15 +0000 (19:12 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sun, 24 Mar 2002 19:12:15 +0000 (19:12 +0000)
privoxy.init

index 02769f5..0b1238d 100644 (file)
@@ -33,6 +33,9 @@
 # 
 #  Revisions   :
 #     $Log: privoxy.init,v $
+#     Revision 1.2  2002/03/24 11:40:14  swa
+#     name change
+#
 #     Revision 1.1  2002/03/24 11:23:44  swa
 #     name change
 #
 #  Check that networking is up.
 [ ${NETWORKING} = "no" ] && exit 0
 
-JB_OPRG="privoxy"
-JB_PRG="jbng"
+JB_OPRG="junkbuster"
+JB_PRG="privoxy"
 JB_BIN="/usr/sbin/$JB_PRG"
 JB_CONF="/etc/$JB_OPRG/config"
 JB_USER="privoxy"