2006-04-30 16:54:26 +04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2006-06-02 05:06:16 +04:00
|
|
|
# $NetBSD: hostapd,v 1.3 2006/06/02 01:06:16 rpaulo Exp $
|
2006-04-30 16:54:26 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: hostapd
|
2006-06-02 05:06:16 +04:00
|
|
|
# REQUIRE: mountcritremote beforemountlkm
|
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"
|