2006-04-30 16:54:26 +04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2008-11-12 15:35:50 +03:00
|
|
|
# $NetBSD: hostapd,v 1.4 2008/11/12 12:35:52 ad Exp $
|
2006-04-30 16:54:26 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: hostapd
|
2008-11-12 15:35:50 +03:00
|
|
|
# REQUIRE: mountcritremote
|
2006-04-30 16:54:26 +04:00
|
|
|
|
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
|
|
|
|
|
|
|
name="hostapd"
|
|
|
|
rcvar=$name
|
|
|
|
command="/usr/sbin/hostapd"
|
|
|
|
required_files="/etc/hostapd.conf"
|
|
|
|
|
|
|
|
load_rc_config $name
|
|
|
|
run_rc_command "$1"
|