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)
|
||||||
status $prog
|
status $prog
|
||||||
|
RETVAL=$?
|
||||||
;;
|
;;
|
||||||
restart | reload| force-reload)
|
restart | reload| force-reload)
|
||||||
$0 stop
|
$0 stop
|
||||||
|
@ -14,10 +14,6 @@ Source1: rpcbind.init
|
|||||||
|
|
||||||
Patch001: rpcbind-0.2.1-rc2.patch
|
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
|
Requires: glibc-common setup
|
||||||
Conflicts: man-pages < 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
BuildRequires: automake, autoconf, libtool
|
BuildRequires: automake, autoconf, libtool
|
||||||
@ -123,6 +119,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8
|
||||||
- Updated to the latest upstream release: rpcbind-0.2.1-rc2
|
- Updated to the latest upstream release: rpcbind-0.2.1-rc2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user