summaryrefslogtreecommitdiff
path: root/packages/nfs-utils/files
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-03-22 17:19:40 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-03-22 17:19:40 +0000
commitd4de519438094201014033bf13d43d7db6713d78 (patch)
tree49e9c194b76581dfc21464e1b62f063c12328e8f /packages/nfs-utils/files
parent55fe948f9408ab6791ce2482e82f69cdf11272fa (diff)
nfs-utils: give file with exports for mountd to get it working (from Poky)
- mountd should read /etc/exports by default but it did not
Diffstat (limited to 'packages/nfs-utils/files')
-rw-r--r--packages/nfs-utils/files/nfsserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nfs-utils/files/nfsserver b/packages/nfs-utils/files/nfsserver
index 1f1794f760..4ff75916d0 100644
--- a/packages/nfs-utils/files/nfsserver
+++ b/packages/nfs-utils/files/nfsserver
@@ -53,7 +53,7 @@ create_directories(){
#mountd
start_mountd(){
echo -n 'starting mountd: '
- start-stop-daemon --start --exec "$NFS_MOUNTD" -- "$@"
+ start-stop-daemon --start --exec "$NFS_MOUNTD" -- "-f /etc/exports $@"
echo done
}
stop_mountd(){