condrestart raised an error during an fresh install when privoxy wasn't already running
authorkick_ <kick_@users.sourceforge.net>
Sat, 27 Jul 2002 21:39:41 +0000 (21:39 +0000)
committerkick_ <kick_@users.sourceforge.net>
Sat, 27 Jul 2002 21:39:41 +0000 (21:39 +0000)
privoxy-rh.spec

index 818cf5c..93f9996 100644 (file)
@@ -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
 #