diff --git a/rpcbind.init b/rpcbind.init index 31f4397..54bff53 100755 --- a/rpcbind.init +++ b/rpcbind.init @@ -78,6 +78,7 @@ case "$1" in ;; status) status $prog + RETVAL=$? ;; restart | reload| force-reload) $0 stop diff --git a/rpcbind.spec b/rpcbind.spec index c87e63c..3971a29 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -14,10 +14,6 @@ Source1: rpcbind.init Patch001: rpcbind-0.2.1-rc2.patch -#Patch100: rpcbind-0.2.0-usage-fix.patch -#Patch101: rpcbind-0.2.0-soreuseaddr-listner.patch -#Patch102: rpcbind-0.2.0-nofork.patch - Requires: glibc-common setup Conflicts: man-pages < 2.43-12 BuildRequires: automake, autoconf, libtool @@ -123,6 +119,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Mon Dec 13 2010 Steve Dickson - 0.2.0-9 +- Fixed an incorrect exit code for service rpcbind status (bz 662411) + * Tue Nov 30 2010 Steve Dickson - 0.2.0-8 - Updated to the latest upstream release: rpcbind-0.2.1-rc2