summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).