diff options
author | schmonz <schmonz> | 2005-01-08 06:44:41 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-01-08 06:44:41 +0000 |
commit | 2e0185402df6f8f7f148f5253b039ef642a0e38b (patch) | |
tree | 53465b4f0e52f0945fad92d882a5c88ca5191f95 /audio/daapd/files | |
parent | 28b1c9f7402296b9e4805acf50d1b17b6eacb4dc (diff) | |
download | pkgsrc-2e0185402df6f8f7f148f5253b039ef642a0e38b.tar.gz |
pkgsrc changes:
* Remove unnecessary patches to strip /usr/local from -L and -I paths.
* Makefile style nits.
* Specify dependency on howl's mDNSResponder in the rc.d script.
Ride the version and PKGREVISION from mjl's commit an hour ago.
Diffstat (limited to 'audio/daapd/files')
-rw-r--r-- | audio/daapd/files/daapd.sh | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/audio/daapd/files/daapd.sh b/audio/daapd/files/daapd.sh index 8908f8a37f3..e43d8862cdb 100644 --- a/audio/daapd/files/daapd.sh +++ b/audio/daapd/files/daapd.sh @@ -1,27 +1,18 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: daapd.sh,v 1.2 2005/01/06 14:43:09 mjl Exp $ +# $NetBSD: daapd.sh,v 1.3 2005/01/08 06:44:41 schmonz Exp $ # # PROVIDE: daapd -# REQUIRE: DAEMON LOGIN +# REQUIRE: DAEMON LOGIN howl . /etc/rc.subr name="daapd" -help_name=$name rcvar=$name command="@PREFIX@/bin/${name}" required_files="@PKG_SYSCONFDIR@/daapd.conf" command_args="-c $required_files 2>&1 > /dev/null &" -#if ps auxww | grep -v grep | grep -q mDNSResponder ; then -# echo "Runs: mDNSResponder" -# : -#else -# echo "Starting mDNSResponder" -# /usr/pkg/bin/mDNSResponder -#fi - load_rc_config $name run_rc_command "$1" |