From 390a5c729c23426a52fc5b01859475812953d43c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 13 Dec 2010 11:17:30 -0500 Subject: [PATCH] Fixed an incorrect exit code for service rpcbind status (bz 662411) Signed-off-by: Steve Dickson --- rpcbind.init | 1 + rpcbind.spec | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) 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