1
0
forked from rpms/rpcbind

Fixed an incorrect exit code for service rpcbind status (bz 662411)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2010-12-13 11:17:30 -05:00
parent 7bccfbc501
commit 390a5c729c
2 changed files with 4 additions and 4 deletions

View File

@ -78,6 +78,7 @@ case "$1" in
;;
status)
status $prog
RETVAL=$?
;;
restart | reload| force-reload)
$0 stop

View File

@ -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 <steved@redhat.com> - 0.2.0-9
- Fixed an incorrect exit code for service rpcbind status (bz 662411)
* Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8
- Updated to the latest upstream release: rpcbind-0.2.1-rc2