NetBSD/etc/rc.d/hostapd

18 lines
300 B
Plaintext
Raw Normal View History

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