[Clfs-commits] commit: r32 - /trunk/standard/cblfs/init.d/nfs-server

svn at cross-lfs.org svn at cross-lfs.org
Thu Nov 27 18:08:46 PST 2008


Author: jciccone
Date: Fri Nov 28 02:08:45 2008
New Revision: 32

Log:
Change the way we kill nfsd.

Modified:
    trunk/standard/cblfs/init.d/nfs-server

Modified: trunk/standard/cblfs/init.d/nfs-server
==============================================================================
--- trunk/standard/cblfs/init.d/nfs-server (original)
+++ trunk/standard/cblfs/init.d/nfs-server Fri Nov 28 02:08:45 2008
@@ -59,8 +59,7 @@
 		killproc /usr/sbin/rpc.statd
 
 		boot_mesg "Stopping NFS nfsd..."
-		# nfsd needs HUP....
-		killproc nfsd HUP
+		loadproc /usr/sbin/rpc.nfsd 0
 
 		if [ "$NFS4" = "yes" ]; then
 			boot_mesg "Stopping NFS svcgssd..."




More information about the Clfs-commits mailing list