diff options
author | David Seifert <soap@gentoo.org> | 2019-04-08 18:43:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-08 18:43:23 +0200 |
commit | 7973ae7960b6cd0827dfe217c43e59cf1004bc84 (patch) | |
tree | 448413fe4d596f898e5a222399a823bee1fb88b6 /media-sound/mt-daapd/files/mt-daapd.init.2 | |
parent | media-sound/abcm2ps: amd64 stable wrt bug #681410 (diff) | |
download | gentoo-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.2 | 4 |
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() { |