summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-11 20:38:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-11 20:38:07 +0000
commit5958fc103cf93316fee96cb01925b7dbb2835dff (patch)
tree259f9e4a0fd88694702788a2871eaa7c059938fd /media-sound/mt-daapd
parentRemove USE lirc so we can request this version for stable wrt #165839 and #25... (diff)
downloadgentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.tar.gz
gentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.tar.bz2
gentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.zip
Rename mDNSResponder to mDNSResponderPosix wrt #205486
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r--media-sound/mt-daapd/ChangeLog6
-rwxr-xr-xmedia-sound/mt-daapd/files/mt-daapd.init.24
-rw-r--r--media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog
index 488afa70366e..e57a9e39fb9b 100644
--- a/media-sound/mt-daapd/ChangeLog
+++ b/media-sound/mt-daapd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mt-daapd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.64 2009/05/11 17:55:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.65 2009/05/11 20:38:06 ssuominen Exp $
+
+ 11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ mt-daapd-0.2.4.2.ebuild, files/mt-daapd.init.2:
+ Rename mDNSResponder to mDNSResponderPosix wrt #205486
11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
mt-daapd-0.2.4.2.ebuild, +files/mt-daapd-0.2.4.2-oggvorbis.patch:
diff --git a/media-sound/mt-daapd/files/mt-daapd.init.2 b/media-sound/mt-daapd/files/mt-daapd.init.2
index 4f38b5272f65..797522aca9d1 100755
--- a/media-sound/mt-daapd/files/mt-daapd.init.2
+++ b/media-sound/mt-daapd/files/mt-daapd.init.2
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/files/mt-daapd.init.2,v 1.2 2005/10/30 17:33:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/files/mt-daapd.init.2,v 1.3 2009/05/11 20:38:07 ssuominen Exp $
# Somehow based on init.d file shipped with mt-daapd itself.
#
# You can run multiple copies of this service just symlinking them to
@@ -22,7 +22,7 @@ fi
depend() {
need net
- #USEHOWL need mDNSResponder
+ #USEHOWL need mDNSResponderPosix
}
start() {
diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
index 266aa45e590f..7b36de989f7f 100644
--- a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
+++ b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.6 2009/05/11 17:55:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.7 2009/05/11 20:38:06 ssuominen Exp $
EAPI=2
inherit autotools eutils
@@ -26,7 +26,7 @@ src_prepare() {
cp "${FILESDIR}"/${PN}.init.2 initd
if use avahi; then
- sed -i -e 's:#USEHOWL need mDNSResponder:need avahi-daemon:' initd
+ sed -i -e 's:#USEHOWL need mDNSResponderPosix:need avahi-daemon:' initd
else
sed -i -e 's:#USEHOWL ::' initd
fi