diff options
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). |