Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/hostapd
| Show All 32 Lines | |||||
| fi | fi | ||||
| command_args="-P ${pidfile} -B ${conf_file}" | command_args="-P ${pidfile} -B ${conf_file}" | ||||
| required_files="${conf_file}" | required_files="${conf_file}" | ||||
| required_modules="wlan_xauth wlan_wep wlan_tkip wlan_ccmp" | required_modules="wlan_xauth wlan_wep wlan_tkip wlan_ccmp" | ||||
| extra_commands="reload" | extra_commands="reload" | ||||
| load_rc_config ${name} | load_rc_config ${name} | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| hostapd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||