summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-08 18:43:23 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-08 18:43:23 +0200
commit7973ae7960b6cd0827dfe217c43e59cf1004bc84 (patch)
tree448413fe4d596f898e5a222399a823bee1fb88b6 /media-sound/mt-daapd/files/mt-daapd.init.2
parentmedia-sound/abcm2ps: amd64 stable wrt bug #681410 (diff)
downloadgentoo-7973ae7960b6cd0827dfe217c43e59cf1004bc84.tar.gz
gentoo-7973ae7960b6cd0827dfe217c43e59cf1004bc84.tar.bz2
gentoo-7973ae7960b6cd0827dfe217c43e59cf1004bc84.zip
media-sound/mt-daapd: Port to EAPI 7
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/mt-daapd/files/mt-daapd.init.2')
-rw-r--r--media-sound/mt-daapd/files/mt-daapd.init.24
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mt-daapd/files/mt-daapd.init.2 b/media-sound/mt-daapd/files/mt-daapd.init.2
index eacc6ea7b7e1..c77b7dd2bb5d 100644
--- a/media-sound/mt-daapd/files/mt-daapd.init.2
+++ b/media-sound/mt-daapd/files/mt-daapd.init.2
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Somehow based on init.d file shipped with mt-daapd itself.
#
@@ -26,7 +26,7 @@ fi
depend() {
need net
- #USEHOWL need mDNSResponderPosix
+ need avahi-daemon
}
start() {