From 1ef45241209916d4e04e4c57089f574a7b6b7f52 Mon Sep 17 00:00:00 2001 From: kick_ Date: Sat, 27 Jul 2002 21:39:41 +0000 Subject: [PATCH] condrestart raised an error during an fresh install when privoxy wasn't already running --- privoxy-rh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 818cf5c0..93f9996d 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.33.2.11 2002/07/25 09:47:57 kick_ Exp $ +# $Id: privoxy-rh.spec,v 1.33.2.12 2002/07/27 15:47:10 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -216,7 +216,7 @@ fi } /sbin/chkconfig --add privoxy if [ "$1" = "1" ]; then - /sbin/service %{name} condrestart > /dev/null 2>&1 + /sbin/service %{name} condrestart > /dev/null 2>&1 ||: fi %preun @@ -719,6 +719,9 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.33.2.12 2002/07/27 15:47:10 hal9 +# Reset version and release for 2.9.16. +# # Revision 1.33.2.11 2002/07/25 09:47:57 kick_ # this caused some errors during a fresh installation. It's unnecessary to call an extra program (/bin/true) to set the error code to 0 # -- 2.39.2