From: kick_ Date: Sat, 27 Jul 2002 21:39:41 +0000 (+0000) Subject: condrestart raised an error during an fresh install when privoxy wasn't already running X-Git-Tag: v_2_9_18~54 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=1ef45241209916d4e04e4c57089f574a7b6b7f52;p=privoxy.git condrestart raised an error during an fresh install when privoxy wasn't already running --- 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 #