From 3ac8001ce43e31dc8996cdbb3240694364061ef0 Mon Sep 17 00:00:00 2001
From: hal9 <hal9@users.sourceforge.net>
Date: Sun, 24 Mar 2002 19:56:40 +0000
Subject: [PATCH] /etc/junkbuster is now /etc/privoxy. Fixed ';' typo.

---
 privoxy-rh.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/privoxy-rh.spec b/privoxy-rh.spec
index 31400982..a1457784 100644
--- a/privoxy-rh.spec
+++ b/privoxy-rh.spec
@@ -28,7 +28,7 @@
 
 # Defines should happen in the begining of the file
 %define oldname junkbuster
-%define privoxyconf %{_sysconfdir}/%{oldname}
+%define privoxyconf %{_sysconfdir}/%{name}
 
 Summary: Privoxy - privacy enhancing proxy
 Vendor: http://ijbswa.sourceforge.net
@@ -162,7 +162,7 @@ id junkbust > /dev/null 2>&1 && /usr/sbin/userdel junkbust || /bin/true
 
 %preun
 /sbin/service %{oldname} stop > /dev/null 2>&1 ||:
-/sbin/chkconfig --del %{oldname} ||;
+/sbin/chkconfig --del %{oldname} ||:
 
 if [ "$1" = "0" ]; then
 	/sbin/service %{name} stop > /dev/null 2>&1 ||:
@@ -247,7 +247,8 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true
 + junkbusterng-2.9.13-1
 - Fixed build problems re: name conflicts with man page and logrotate.
 - Commented out rc?d/* configs for time being, which are causing a build 
-- failure.
+- failure. /etc/junkbuster is now /etc/privoxy. Stefan did other name 
+- changes. Fixed typo ';' should be ':'.
 
 * Fri Mar 22 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
 + junkbusterng-2.9.13-1
-- 
2.49.0