summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountd')
-rwxr-xr-xetc/rc.d/mountd3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd
index 0e56995..6f0fe86 100755
--- a/etc/rc.d/mountd
+++ b/etc/rc.d/mountd
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="mountd"
+command="/usr/sbin/${name}"
required_files="/etc/exports"
start_precmd="mountd_precmd"
extra_commands="reload"
@@ -18,11 +19,9 @@ extra_commands="reload"
case `${CMD_OSTYPE}` in
FreeBSD)
rcvar=`set_rcvar nfs_server`
- command="/sbin/${name}"
;;
NetBSD)
rcvar=`set_rcvar`
- command="/usr/sbin/${name}"
;;
esac
OpenPOWER on IntegriCloud