add nfs-kernel-server package fixes from #1524
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6730 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2bcfed560b
commit
2fdb00453e
@ -22,6 +22,7 @@ CATEGORY:=Network
|
||||
TITLE:=Kernel NFS server support
|
||||
DESCRIPTION:=Kernel NFS server support
|
||||
URL:=http://nfs.sourceforge.net/
|
||||
DEPENDS:=+kmod-fs-nfsd +kmod-fs-nfs +portmap
|
||||
endef
|
||||
|
||||
define Package/nfs-kernel-server-utils
|
||||
|
@ -17,7 +17,7 @@ start() {
|
||||
|
||||
stop() {
|
||||
killall rpc.mountd 2> /dev/null
|
||||
killall -9 nfsd 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user