blob: 378503eebf736e22bf3f08849d567cffebfbd063 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: howl.sh,v 1.2 2006/01/01 18:27:53 tron Exp $
#
# PROVIDE: howl
# REQUIRE: NETWORKING
. /etc/rc.subr
name="howl"
rcvar=$name
command="@PREFIX@/bin/mDNSResponder"
howl_user="@HOWL_USER@"
sig_stop=KILL
load_rc_config $name
run_rc_command "$1"
|