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:
parent
7bccfbc501
commit
390a5c729c
@ -78,6 +78,7 @@ case "$1" in
|
||||
;;
|
||||
status)
|
||||
status $prog
|
||||
RETVAL=$?
|
||||
;;
|
||||
restart | reload| force-reload)
|
||||
$0 stop
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user