From: tripolar Date: Thu, 25 Feb 2010 02:55:18 +0000 (+0000) Subject: fixed another typo - hope the last one :( X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=867bdf92cd5e9fa3e936a19c5b5b9a73e4c7cfad;p=packages.git fixed another typo - hope the last one :( git-svn-id: svn://svn.openwrt.org/openwrt/packages@19857 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nfs-kernel-server/files/nfsd.init b/net/nfs-kernel-server/files/nfsd.init index 7385afed9..c6ee8c8e3 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 }