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
|
||||
;;
|
||||
restart|reload)
|
||||
$0 stop
|
||||
$0 start
|
||||
stop
|
||||
start
|
||||
;;
|
||||
condrestart)
|
||||
if [ -f /var/lock/subsys/$prog ]; then
|
||||
$0 stop
|
||||
$0 start -w
|
||||
stop
|
||||
start -w
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: rpcbind
|
||||
Version: 0.1.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Mapper
|
||||
Group: System Environment/Daemons
|
||||
License: GPL
|
||||
@ -118,6 +118,10 @@ fi
|
||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||
|
||||
%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
|
||||
- Added usptream patches 01 thru 03 that do:
|
||||
* Introduce helpers for ipprot/netid mapping
|
||||
|
Loading…
Reference in New Issue
Block a user