summaryrefslogtreecommitdiff
path: root/net/howl/files
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-01-08 06:24:41 +0000
committerschmonz <schmonz@pkgsrc.org>2005-01-08 06:24:41 +0000
commit8ab68520f7ac3c845cf336037e58357cfd457a5a (patch)
treee5a33f07f64421c0b47baf181f13f58013e5cafd /net/howl/files
parent1b47ce507b31f51ed7bf69a7c15f6773b0317a7c (diff)
downloadpkgsrc-8ab68520f7ac3c845cf336037e58357cfd457a5a.tar.gz
Update to 0.9.8, mostly from Ian Zagorskih on tech-pkg@. Changes:
- FIX: shared library naming scheme included the howl version number (jdub@perkypants.org) - FIX: pkgconfig include pathing included the howl version number (eloli@hotmail.com) - FIX: howl_config.h was being included when compiling apps that use howl (sebastien.estienne@gmail.com) - FIX: publish sample had reversed callback parameters (sebastien.estienne@gmail.com) - nicer printing of text records in browse example (sebastien.estienne@gmail.com) Additional pkgsrc changes by me: * Create a "howl" user and group. * Add rc.d script. * Format DESCR.
Diffstat (limited to 'net/howl/files')
-rw-r--r--net/howl/files/howl.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/howl/files/howl.sh b/net/howl/files/howl.sh
new file mode 100644
index 00000000000..4cf66bd93fc
--- /dev/null
+++ b/net/howl/files/howl.sh
@@ -0,0 +1,18 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: howl.sh,v 1.1 2005/01/08 06:24:41 schmonz Exp $
+#
+
+# PROVIDE: howl
+# REQUIRE: NETWORKING
+
+. /etc/rc.subr
+
+name="howl"
+rcvar=$name
+command="@PREFIX@/bin/mDNSResponder"
+stop_cmd=":"
+howl_user="howl"
+
+load_rc_config $name
+run_rc_command "$1"