16971718eSrpaulo#!/bin/sh 26971718eSrpaulo# 3*0efea177Sad# $NetBSD: hostapd,v 1.4 2008/11/12 12:35:52 ad Exp $ 46971718eSrpaulo# 56971718eSrpaulo 66971718eSrpaulo# PROVIDE: hostapd 7*0efea177Sad# REQUIRE: mountcritremote 86971718eSrpaulo 96971718eSrpaulo$_rc_subr_loaded . /etc/rc.subr 106971718eSrpaulo 116971718eSrpauloname="hostapd" 126971718eSrpaulorcvar=$name 136971718eSrpaulocommand="/usr/sbin/hostapd" 146971718eSrpaulorequired_files="/etc/hostapd.conf" 156971718eSrpaulo 166971718eSrpauloload_rc_config $name 176971718eSrpaulorun_rc_command "$1" 18