diff options
author | Qing He <qing.he@intel.com> | 2010-10-20 16:49:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-20 10:27:34 +0100 |
commit | 5ee6384d9990a7da25a352c308e698d3f3990d6d (patch) | |
tree | f1d7bced3bc1babd7deb932fa73d5562cb607680 /meta/recipes-connectivity | |
parent | 9393ff833f44570fd5f500bc9de6c72db94b0296 (diff) | |
download | poky-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/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver | 6 |
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 @@ | |||
20 | test -r /etc/default/nfsd && . /etc/default/nfsd | 20 | test -r /etc/default/nfsd && . /etc/default/nfsd |
21 | # | 21 | # |
22 | # Location of executables: | 22 | # Location of executables: |
23 | test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/mountd | 23 | test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/rpc.mountd |
24 | test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/nfsd | 24 | test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd |
25 | test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/statd | 25 | test -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). |