projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce58cf
)
fixed another typo - hope the last one :(
author
Peter Wagner
<tripolar@gmx.at>
Thu, 25 Feb 2010 02:55:18 +0000
(
02:55
+0000)
committer
Peter Wagner
<tripolar@gmx.at>
Thu, 25 Feb 2010 02:55:18 +0000
(
02:55
+0000)
SVN-Revision: 19857
net/nfs-kernel-server/files/nfsd.init
patch
|
blob
|
history
diff --git
a/net/nfs-kernel-server/files/nfsd.init
b/net/nfs-kernel-server/files/nfsd.init
index 7385afed95e8db0798088c3534a87e85db2174fb..c6ee8c8e30a75ab0a907449f459e41e9615dd18f 100644
(file)
--- a/
net/nfs-kernel-server/files/nfsd.init
+++ b/
net/nfs-kernel-server/files/nfsd.init
@@
-26,7
+26,7
@@
stop() {
rpc.nfsd 0 2> /dev/null
/usr/sbin/exportfs -au
killall rpc.statd 2> /dev/null
- grep -q /proc/fs/nfsd /proc/mounts &&
+ grep -q /proc/fs/nfsd /proc/mounts &&
\
umount /proc/fs/nfsd
}