summaryrefslogtreecommitdiffstats
path: root/icecast
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2005-10-04 13:03:09 +0000
committer Eric Hameleers <alien@slackware.com>2005-10-04 13:03:09 +0000
commit486af4f63088e7587bb6683723c8d513cb8158e8 (patch)
treefd86a13e3f2f9171af149d0e9507bd7ee4a6406c /icecast
parentba9d7c2a1021aecad9518356d6df9d1a13c70199 (diff)
downloadasb-486af4f63088e7587bb6683723c8d513cb8158e8.tar.gz
asb-486af4f63088e7587bb6683723c8d513cb8158e8.tar.xz
Initial revision
Diffstat (limited to 'icecast')
-rw-r--r--icecast/build/icecast_conf.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/icecast/build/icecast_conf.patch b/icecast/build/icecast_conf.patch
new file mode 100644
index 00000000..19a9aa80
--- /dev/null
+++ b/icecast/build/icecast_conf.patch
@@ -0,0 +1,16 @@
+--- icecast.xml.org 2004-01-16 20:33:34.000000000 +0100
++++ icecast.xml 2004-01-16 20:42:52.000000000 +0100
+@@ -108,11 +108,9 @@
+
+ <security>
+ <chroot>0</chroot>
+- <!--
+ <changeowner>
+- <user>nobody</user>
+- <group>nogroup</group>
++ <user>icecast</user>
++ <group>icecast</group>
+ </changeowner>
+- -->
+ </security>
+ </icecast>