[packages] nfs-kernel-server: fix mount command

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2011-11-08 01:38:11 +00:00
parent 00f85e38f9
commit 7516b28564

View 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