fixed another typo - hope the last one :(
authorPeter Wagner <​tripolar@gmx.at>
Thu, 25 Feb 2010 02:55:18 +0000 (02:55 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Thu, 25 Feb 2010 02:55:18 +0000 (02:55 +0000)
SVN-Revision: 19857

net/nfs-kernel-server/files/nfsd.init

index 7385afed95e8db0798088c3534a87e85db2174fb..c6ee8c8e30a75ab0a907449f459e41e9615dd18f 100644 (file)
@@ -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
 }