summaryrefslogtreecommitdiff
path: root/audio/daapd/files
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-01-08 06:44:41 +0000
committerschmonz <schmonz@pkgsrc.org>2005-01-08 06:44:41 +0000
commitfa84583330d15a6f728528b27817a41a800c77f9 (patch)
tree53465b4f0e52f0945fad92d882a5c88ca5191f95 /audio/daapd/files
parenta2c0ed43c31a44993a0f89c9fd5f907298bef5ed (diff)
downloadpkgsrc-fa84583330d15a6f728528b27817a41a800c77f9.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.sh13
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"