diff options
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.3.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 726b6d4ad1d8..b629fde6c642 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.62 2007/02/01 18:28:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.63 2007/03/09 04:11:44 beandog Exp $ + + 09 Mar 2007; Steve Dibb <beandog@gentoo.org> icecast-2.3.1-r1.ebuild: + fix permissions, bug 144709 01 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> icecast-2.2.0.ebuild: Stable on sparc wrt #133260 diff --git a/net-misc/icecast/icecast-2.3.1-r1.ebuild b/net-misc/icecast/icecast-2.3.1-r1.ebuild index 37321b826dc2..382dc2401841 100644 --- a/net-misc/icecast/icecast-2.3.1-r1.ebuild +++ b/net-misc/icecast/icecast-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.5 2006/09/16 15:17:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.6 2007/03/09 04:11:44 beandog Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install() { fperms 600 /etc/icecast2/icecast.xml keepdir /var/log/icecast - chown icecast ${D}/var/log/icecast + fowners icecast:nogroup /var/log/icecast rm -rf ${D}/usr/share/doc/icecast } |