summaryrefslogtreecommitdiff
path: root/net/howl/files
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-01-01 18:27:53 +0000
committertron <tron@pkgsrc.org>2006-01-01 18:27:53 +0000
commit8c1106154c6b7cc3bdad721b009212cf33792e12 (patch)
tree90b45c6ee1aae2b14157fb2de0a88e560e762e5e /net/howl/files
parent6596c8826a0632b3949905aed24d483e78ccb70c (diff)
downloadpkgsrc-8c1106154c6b7cc3bdad721b009212cf33792e12.tar.gz
Update "howl" package to version 1.0.0. Changes since version 0.9.10:
- 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
Diffstat (limited to 'net/howl/files')
-rw-r--r--net/howl/files/howl.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/howl/files/howl.sh b/net/howl/files/howl.sh
index 4cf66bd93fc..378503eebf7 100644
--- a/net/howl/files/howl.sh
+++ b/net/howl/files/howl.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: howl.sh,v 1.1 2005/01/08 06:24:41 schmonz Exp $
+# $NetBSD: howl.sh,v 1.2 2006/01/01 18:27:53 tron Exp $
#
# PROVIDE: howl
@@ -11,8 +11,8 @@
name="howl"
rcvar=$name
command="@PREFIX@/bin/mDNSResponder"
-stop_cmd=":"
-howl_user="howl"
+howl_user="@HOWL_USER@"
+sig_stop=KILL
load_rc_config $name
run_rc_command "$1"