aboutsummaryrefslogtreecommitdiffstats
path: root/testing/icecast/conf-change-owner.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-23 12:52:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-23 12:52:50 +0000
commit913500f30a95275dd79ea2c27000b04a666a5db5 (patch)
tree8f33866aee9393e25f35e3e88bbb46364d25a5bc /testing/icecast/conf-change-owner.patch
parent431139473935bf88e01bd6632fa740bc1eb9857a (diff)
downloadaports-913500f30a95275dd79ea2c27000b04a666a5db5.tar.bz2
aports-913500f30a95275dd79ea2c27000b04a666a5db5.tar.xz
testing/icecast: run as icecast by default
also fix localstatedir
Diffstat (limited to 'testing/icecast/conf-change-owner.patch')
-rw-r--r--testing/icecast/conf-change-owner.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/icecast/conf-change-owner.patch b/testing/icecast/conf-change-owner.patch
new file mode 100644
index 0000000000..5c87c1f0d0
--- /dev/null
+++ b/testing/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>