fixed another typo
authorPeter Wagner <​tripolar@gmx.at>
Thu, 25 Feb 2010 02:47:02 +0000 (02:47 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Thu, 25 Feb 2010 02:47:02 +0000 (02:47 +0000)
SVN-Revision: 19856

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

index 104b0e954059ac9d300dd61bfa7f3bbb43ddd843..7385afed95e8db0798088c3534a87e85db2174fb 100644 (file)
@@ -8,7 +8,7 @@ NFS_D=/var/lib/nfs
 LOCK_D=/var/lib/nfs/sm
 
 start() {
-       grep -q /proc/fs/nsfd /proc/mounts || \
+       grep -q /proc/fs/nfsd /proc/mounts || \
                mount -t nfsd nfsd /proc/fs/nfsd
        mkdir -p $NFS_D
        mkdir -p $LOCK_D