rpms/nfs-utils/devel nfs-utils.spec,1.129,1.130 nfs.init,1.23,1.24

Steve Dickson (steved) fedora-extras-commits at redhat.com
Thu May 10 15:32:27 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279

Modified Files:
	nfs-utils.spec nfs.init 
Log Message:
Eliminate timeout on nfsd shutdowns (bz 222001)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- nfs-utils.spec	9 May 2007 19:04:04 -0000	1.129
+++ nfs-utils.spec	10 May 2007 15:28:48 -0000	1.130
@@ -296,9 +296,10 @@
 %endif
 
 %changelog
-* Wed May  9 2007 Steve Dickson <steved at redhat.com> 1.0.10-18
+* Wed May  9 2007 Steve Dickson <steved at redhat.com> 1.0.12-18
 - Fix mount.nfs4 to display correct error message (bz 227212)
 - Updated mountd and showmount reverse lookup flags (bz 220772)
+- Eliminate timeout on nfsd shutdowns (bz 222001)
 
 * Tue Apr  3 2007 Steve Dickson <steved at redhat.com> 1.0.12-4
 - Replace portmap dependency with an rpcbind dependency (bz 228894)


Index: nfs.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs.init,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- nfs.init	9 Mar 2007 16:17:31 -0000	1.23
+++ nfs.init	10 May 2007 15:28:48 -0000	1.24
@@ -105,7 +105,7 @@
 	killproc rpc.mountd
 	echo
 	echo -n $"Shutting down NFS daemon: "
-	killproc nfsd
+	killproc nfsd -2
 	echo
 	if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
 		echo -n $"Shutting down NFS quotas: "




More information about the fedora-extras-commits mailing list