summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-10-20 16:49:04 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-20 10:27:34 +0100
commit5ee6384d9990a7da25a352c308e698d3f3990d6d (patch)
treef1d7bced3bc1babd7deb932fa73d5562cb607680 /meta
parent9393ff833f44570fd5f500bc9de6c72db94b0296 (diff)
downloadpoky-5ee6384d9990a7da25a352c308e698d3f3990d6d.tar.gz
nfs-utils: fix nfs server initscript
fixes [BUGID #483] Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
index 9d02e85848..fe76c515e0 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
@@ -20,9 +20,9 @@
20test -r /etc/default/nfsd && . /etc/default/nfsd 20test -r /etc/default/nfsd && . /etc/default/nfsd
21# 21#
22# Location of executables: 22# Location of executables:
23test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/mountd 23test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/rpc.mountd
24test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/nfsd 24test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd
25test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/statd 25test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/rpc.statd
26# 26#
27# The user mode program must also exist (it just starts the kernel 27# The user mode program must also exist (it just starts the kernel
28# threads using the kernel module code). 28# threads using the kernel module code).