blob: c78a234241e91e302e163171fc638f9badc03ca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
#
# $NetBSD: hostapd,v 1.3 2006/06/02 01:06:16 rpaulo Exp $
#
# PROVIDE: hostapd
# REQUIRE: mountcritremote beforemountlkm
$_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"
|