[packages] nfs-kernel-server: fix mount command
authorPeter Wagner <​tripolar@gmx.at>
Tue, 8 Nov 2011 01:38:11 +0000 (01:38 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Tue, 8 Nov 2011 01:38:11 +0000 (01:38 +0000)
SVN-Revision: 28853

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

index c6ee8c8e30a75ab0a907449f459e41e9615dd18f..1a04d696efe47c707052e21456550317a737dc5c 100644 (file)
@@ -9,7 +9,7 @@ LOCK_D=/var/lib/nfs/sm
 
 start() {
        grep -q /proc/fs/nfsd /proc/mounts || \
-               mount -t nfsd nfsd /proc/fs/nfsd
+               mount -t nfsd none /proc/fs/nfsd
        mkdir -p $NFS_D
        mkdir -p $LOCK_D
        touch $NFS_D/rmtab