diff options
author | schmonz <schmonz> | 2005-01-08 06:24:41 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-01-08 06:24:41 +0000 |
commit | df48c57a537e57868ef42708a7f5b8566eb95fd9 (patch) | |
tree | e5a33f07f64421c0b47baf181f13f58013e5cafd /net/howl/files | |
parent | e2914a079d41285fdbad2cb706ed2a3db32d4812 (diff) | |
download | pkgsrc-df48c57a537e57868ef42708a7f5b8566eb95fd9.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.sh | 18 |
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" |