- Make sure the gss and idmap daemons remove thier lock files when they are

stopped.
This commit is contained in:
Steve Dickson 2007-08-02 15:54:05 +00:00
parent cafae3aae5
commit 0c53dbcca7
4 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils Name: nfs-utils
URL: http://sourceforge.net/projects/nfs URL: http://sourceforge.net/projects/nfs
Version: 1.1.0 Version: 1.1.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -262,6 +262,10 @@ fi
%attr(4755,root,root) /sbin/umount.nfs4 %attr(4755,root,root) /sbin/umount.nfs4
%changelog %changelog
* Thu Aug 2 2007 Steve Dickson <steved@redhat.com> 1.1.0-2
- Make sure the gss and idmap daemons remove thier lock
files when they are stopped.
* Sat Jul 28 2007 Steve Dickson <steved@redhat.com> 1.1.0-1 * Sat Jul 28 2007 Steve Dickson <steved@redhat.com> 1.1.0-1
- Upgraded to the latest upstream version (nfs-utils-1.1.0) - Upgraded to the latest upstream version (nfs-utils-1.1.0)

View File

@ -88,7 +88,7 @@ case "$1" in
killproc $prog killproc $prog
RETVAL=$? RETVAL=$?
echo echo
[ $RETVAL -eq 0 ] && rm -f $LOCKFILE rm -f $LOCKFILE
;; ;;
status) status)
status rpc.gssd status rpc.gssd

View File

@ -73,7 +73,7 @@ case "$1" in
killproc $prog killproc $prog
RETVAL=$? RETVAL=$?
echo echo
[ $RETVAL -eq 0 ] && rm -f $LOCKFILE rm -f $LOCKFILE
;; ;;
status) status)
status rpc.idmapd status rpc.idmapd

View File

@ -88,7 +88,7 @@ case "$1" in
killproc $prog killproc $prog
RETVAL=$? RETVAL=$?
echo echo
[ $RETVAL -eq 0 ] && rm -f $LOCKFILE rm -f $LOCKFILE
;; ;;
status) status)
status rpc.svcgssd status rpc.svcgssd