forked from rpms/rpcbind
- Fixed a typo in the rpcbind.init script that stop warm starts from
happening with conrestarts
This commit is contained in:
parent
88c5ca5e97
commit
d9a0d640d0
@ -75,13 +75,13 @@ case "$1" in
|
|||||||
status $prog
|
status $prog
|
||||||
;;
|
;;
|
||||||
restart|reload)
|
restart|reload)
|
||||||
$0 stop
|
stop
|
||||||
$0 start
|
start
|
||||||
;;
|
;;
|
||||||
condrestart)
|
condrestart)
|
||||||
if [ -f /var/lock/subsys/$prog ]; then
|
if [ -f /var/lock/subsys/$prog ]; then
|
||||||
$0 stop
|
stop
|
||||||
$0 start -w
|
start -w
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -118,6 +118,10 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2008 Steve Dickson <steved@redhat.com> 0.1.6-3
|
||||||
|
- Fixed a typo in the rpcbind.init script that stop warm starts
|
||||||
|
from happening with conrestarts
|
||||||
|
|
||||||
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2
|
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2
|
||||||
- Added usptream patches 01 thru 03 that do:
|
- Added usptream patches 01 thru 03 that do:
|
||||||
* Introduce helpers for ipprot/netid mapping
|
* Introduce helpers for ipprot/netid mapping
|
||||||
|
Loading…
Reference in New Issue
Block a user