hostapd revision 1.3
1#!/bin/sh
2#
3# $NetBSD: hostapd,v 1.3 2006/06/02 01:06:16 rpaulo Exp $
4#
5
6# PROVIDE: hostapd
7# REQUIRE: mountcritremote beforemountlkm
8
9$_rc_subr_loaded . /etc/rc.subr
10
11name="hostapd"
12rcvar=$name
13command="/usr/sbin/hostapd"
14required_files="/etc/hostapd.conf"
15
16load_rc_config $name
17run_rc_command "$1"
18