From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 25 Feb 2010 02:55:18 +0000 (+0000) Subject: fixed another typo - hope the last one :( X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2071f0e598b1c7d1a45281bae44c48ae43803fcd;p=openwrt%2Fsvn-archive%2Farchive.git fixed another typo - hope the last one :( SVN-Revision: 19857 --- 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 }