diff options
Diffstat (limited to 'etc/rc.d/hostapd')
-rwxr-xr-x | etc/rc.d/hostapd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/hostapd b/etc/rc.d/hostapd index 5f8203e..f65fcde 100755 --- a/etc/rc.d/hostapd +++ b/etc/rc.d/hostapd @@ -10,8 +10,8 @@ . /etc/rc.subr name="hostapd" +rcvar="hostapd_enable" command="/usr/sbin/${name}" -rcvar=`set_rcvar` conf_file="/etc/${name}.conf" pidfile="/var/run/${name}.pid" |