[package] update nfs-kernel-server patches and init script (#4893)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-04-08 13:21:16 +00:00
parent 75e83ca7d2
commit 396dfac0af
2 changed files with 18 additions and 22 deletions

View File

@ -9,7 +9,6 @@ start() {
touch $NFS_D/rmtab
/usr/sbin/rpc.statd
/usr/sbin/rpc.lockd
/usr/sbin/exportfs -r
/usr/sbin/rpc.nfsd
/usr/sbin/rpc.mountd
@ -19,7 +18,6 @@ stop() {
killall rpc.mountd 2> /dev/null
killall -9 rpc.nfsd 2> /dev/null
/usr/sbin/exportfs -au
killall lockd 2> /dev/null
killall rpc.statd 2> /dev/null
}