diff options
Diffstat (limited to 'etc/rc.d/mountd')
-rwxr-xr-x | etc/rc.d/mountd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index 017418d..826a158 100755 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -10,7 +10,7 @@ . /etc/rc.subr name="mountd" -rcvar=`set_rcvar` +rcvar="mountd_enable" command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="/etc/exports" |