diff options
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() { |