From d9a0d640d0b78c261007d15bba85ddb8aabfc96d Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sep 30 2008 18:24:16 +0000 Subject: - Fixed a typo in the rpcbind.init script that stop warm starts from happening with conrestarts --- diff --git a/rpcbind.init b/rpcbind.init index 662e1b6..fcf62d2 100755 --- a/rpcbind.init +++ b/rpcbind.init @@ -75,13 +75,13 @@ case "$1" in status $prog ;; restart|reload) - $0 stop - $0 start + stop + start ;; condrestart) if [ -f /var/lock/subsys/$prog ]; then - $0 stop - $0 start -w + stop + start -w fi ;; *) diff --git a/rpcbind.spec b/rpcbind.spec index 0482899..116752d 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -2,7 +2,7 @@ Name: rpcbind Version: 0.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: GPL @@ -118,6 +118,10 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Tue Sep 30 2008 Steve Dickson 0.1.6-3 +- Fixed a typo in the rpcbind.init script that stop warm starts + from happening with conrestarts + * Tue Sep 16 2008 Steve Dickson 0.1.6-2 - Added usptream patches 01 thru 03 that do: * Introduce helpers for ipprot/netid mapping