summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-10 19:18:49 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-10 19:18:49 +0000
commit385a542ef505a6b371df2f9337d8a9c058cec1e7 (patch)
treece0ea69940c8fdfb5b10660bf8de4cb6771f4d69 /net-misc/icecast
parentAdded more documentation. (diff)
downloadhistorical-385a542ef505a6b371df2f9337d8a9c058cec1e7.tar.gz
historical-385a542ef505a6b371df2f9337d8a9c058cec1e7.tar.bz2
historical-385a542ef505a6b371df2f9337d8a9c058cec1e7.zip
Fixed perms of icecast.xml.
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog6
-rw-r--r--net-misc/icecast/Manifest10
-rw-r--r--net-misc/icecast/icecast-2.0.2.ebuild4
3 files changed, 13 insertions, 7 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index a2e2455cd06e..1f59dc5992e9 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.33 2004/10/10 19:05:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.34 2004/10/10 19:18:49 eradicator Exp $
+
+ 10 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ icecast-2.0.2.ebuild:
+ Fixed perms of icecast.xml.
10 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
icecast-2.0.2.ebuild:
diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest
index f1474f10ef5e..c440332ba997 100644
--- a/net-misc/icecast/Manifest
+++ b/net-misc/icecast/Manifest
@@ -1,9 +1,9 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 1982ddcd7b53782779f9b1f4702c9b76 ChangeLog 4701
+MD5 d8082ee2e49d2c1a48246b532e12d572 ChangeLog 4813
MD5 7edae15f42ea6bed0a6b1365f7f1ee2d icecast-2.0.0.ebuild 966
-MD5 d2a8d19f978c4d56e8a9a0fa93b9cd89 icecast-2.0.2.ebuild 1076
+MD5 d29034031795b05d7fa9890fe2228c03 icecast-2.0.2.ebuild 1115
MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221
MD5 f39687065cc13946eccabdcbac3b46c6 icecast-2.0.1-r1.ebuild 1036
MD5 d09ba305e639f0d25d18c9f0fc999b23 icecast-2.0.1.ebuild 964
@@ -17,7 +17,7 @@ MD5 222ea172a59c3efde7c67585f4b08939 files/digest-icecast-2.0.2 65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBaYfxArHZZzCEUG0RAnq5AJ9d3c146hwTGF+RsZpLojm9+JZJ1QCfY6b6
-y1OLgRjFPj/SAQcSjTGNpkk=
-=Tx4D
+iD8DBQFBaYtXArHZZzCEUG0RAlhKAJ92Z/wB8kh6INmaIE0vJ8yGty334gCfRWlb
+lpvHOa9hMhR+ql4MUR40IMs=
+=wpOZ
-----END PGP SIGNATURE-----
diff --git a/net-misc/icecast/icecast-2.0.2.ebuild b/net-misc/icecast/icecast-2.0.2.ebuild
index 7f501a409142..f266904c3ded 100644
--- a/net-misc/icecast/icecast-2.0.2.ebuild
+++ b/net-misc/icecast/icecast-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.2.ebuild,v 1.2 2004/10/10 19:05:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.2.ebuild,v 1.3 2004/10/10 19:18:49 eradicator Exp $
IUSE="curl doc"
@@ -37,5 +37,7 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/init.d.icecast icecast
+ fperms 600 /etc/icecast2/icecast.xml
+
rm -rf ${D}/usr/share/doc/icecast
}