From 2071f0e598b1c7d1a45281bae44c48ae43803fcd Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 25 Feb 2010 02:55:18 +0000 Subject: [PATCH] fixed another typo - hope the last one :( SVN-Revision: 19857 --- net/nfs-kernel-server/files/nfsd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nfs-kernel-server/files/nfsd.init b/net/nfs-kernel-server/files/nfsd.init index 7385afed95..c6ee8c8e30 100644 --- a/net/nfs-kernel-server/files/nfsd.init +++ b/net/nfs-kernel-server/files/nfsd.init @@ -26,7 +26,7 @@ stop() { rpc.nfsd 0 2> /dev/null /usr/sbin/exportfs -au killall rpc.statd 2> /dev/null - grep -q /proc/fs/nfsd /proc/mounts && + grep -q /proc/fs/nfsd /proc/mounts && \ umount /proc/fs/nfsd } -- 2.30.2