- update to mDNSResponder core 58-8-1 - compile out heap debugging when NDEBUG macro is set during compilation - errors encountered when parsing conf file are logged - fix various unsafe sprintf calls (contributed by David Young dyoung@pobox.com) - compiles cleanly using cygwin - support for compiling under OpenBSD - error in docs regarding swapped parameters to sw_discovery_publish_reply
18 lines
279 B
Bash
18 lines
279 B
Bash
#!@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"
|