summaryrefslogtreecommitdiff
path: root/audio/firefly/files/mt-daapd.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-09-16 09:14:45 +0000
committerRene Ladan <rene@FreeBSD.org>2018-09-16 09:14:45 +0000
commit74beb9901ff7a93ff1b8dc2e585c38286a5786c6 (patch)
tree4086c411954ba99393d96f380d77e166e2b8bd71 /audio/firefly/files/mt-daapd.in
parent- Add LICENSE (diff)
Remove expired ports:
2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers 2018-09-15 mail/annoyance-filter: Unmaintained upstream 2018-09-15 mail/pop3vscan: Unmaintained upstream 2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead 2018-09-15 www/hs-hS3: Not being developed upstream 2018-09-15 converters/hs-dataenc: Not being developed upstream 2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree 2018-09-15 devel/hs-hashed-storage: Not being developed upstream
Diffstat (limited to 'audio/firefly/files/mt-daapd.in')
-rw-r--r--audio/firefly/files/mt-daapd.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/firefly/files/mt-daapd.in b/audio/firefly/files/mt-daapd.in
deleted file mode 100644
index 0b9b083b7847..000000000000
--- a/audio/firefly/files/mt-daapd.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-# PROVIDE: firefly
-# REQUIRE: LOGIN
-
-. /etc/rc.subr
-
-: ${firefly_enable=NO}
-
-name="firefly"
-rcvar=firefly_enable
-
-command="%%PREFIX%%/sbin/mt-daapd"
-command_args="-c %%PREFIX%%/etc/firefly/mt-daapd.conf"
-pidfile="/var/run/mt-daapd.pid"
-required_dirs="%%DAAPD_DBDIR%%"
-required_files="%%PREFIX%%/etc/firefly/mt-daapd.conf"
-
-load_rc_config "$name"
-run_rc_command "$1"