aboutsummaryrefslogtreecommitdiffstats
path: root/main/icecast/conf-change-owner.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-05-16 12:03:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-05-16 12:03:58 +0000
commitd82e502b6322313f28d8f78e959162dc43055a18 (patch)
tree4d9b545839106e96dd8d624830c9006dcf41deea /main/icecast/conf-change-owner.patch
parentedbb3a0c527c339a69ea5c46dfedc88596eb61ed (diff)
downloadaports-d82e502b6322313f28d8f78e959162dc43055a18.tar.bz2
aports-d82e502b6322313f28d8f78e959162dc43055a18.tar.xz
main/icecast: moved from testing
Diffstat (limited to 'main/icecast/conf-change-owner.patch')
-rw-r--r--main/icecast/conf-change-owner.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/icecast/conf-change-owner.patch b/main/icecast/conf-change-owner.patch
new file mode 100644
index 0000000000..5c87c1f0d0
--- /dev/null
+++ b/main/icecast/conf-change-owner.patch
@@ -0,0 +1,16 @@
+--- icecast-2.3.2/conf/icecast.xml.in.orig
++++ icecast-2.3.2/conf/icecast.xml.in
+@@ -164,11 +164,9 @@
+
+ <security>
+ <chroot>0</chroot>
+- <!--
+ <changeowner>
+- <user>nobody</user>
+- <group>nogroup</group>
++ <user>icecast</user>
++ <group>icecast</group>
+ </changeowner>
+- -->
+ </security>
+ </icecast>