From 0c53dbcca72a0048b24fdd54c1f967603aa7178a Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Aug 02 2007 15:54:05 +0000 Subject: - Make sure the gss and idmap daemons remove thier lock files when they are stopped. --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 531b37d..435dd20 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 # group all 32bit related archs @@ -262,6 +262,10 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Thu Aug 2 2007 Steve Dickson 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 1.1.0-1 - Upgraded to the latest upstream version (nfs-utils-1.1.0) diff --git a/rpcgssd.init b/rpcgssd.init index 4c603a2..b281a42 100755 --- a/rpcgssd.init +++ b/rpcgssd.init @@ -88,7 +88,7 @@ case "$1" in killproc $prog RETVAL=$? echo - [ $RETVAL -eq 0 ] && rm -f $LOCKFILE + rm -f $LOCKFILE ;; status) status rpc.gssd diff --git a/rpcidmapd.init b/rpcidmapd.init index 3c98e92..49dc66d 100755 --- a/rpcidmapd.init +++ b/rpcidmapd.init @@ -73,7 +73,7 @@ case "$1" in killproc $prog RETVAL=$? echo - [ $RETVAL -eq 0 ] && rm -f $LOCKFILE + rm -f $LOCKFILE ;; status) status rpc.idmapd diff --git a/rpcsvcgssd.init b/rpcsvcgssd.init index 227fe05..249c42b 100755 --- a/rpcsvcgssd.init +++ b/rpcsvcgssd.init @@ -88,7 +88,7 @@ case "$1" in killproc $prog RETVAL=$? echo - [ $RETVAL -eq 0 ] && rm -f $LOCKFILE + rm -f $LOCKFILE ;; status) status rpc.svcgssd