summaryrefslogtreecommitdiff
path: root/extra/icecast/start-by-nobody.patch
blob: d218e5afe8879b7ad910b18bdf1470116586cda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- icecast-2.3.2/conf/icecast.xml.in~	2010-11-12 16:47:54.750000918 +0100
+++ icecast-2.3.2/conf/icecast.xml.in	2010-11-12 16:48:08.086667585 +0100
@@ -164,11 +164,9 @@
 
     <security>
         <chroot>0</chroot>
-        <!--
         <changeowner>
             <user>nobody</user>
-            <group>nogroup</group>
+            <group>nobody</group>
         </changeowner>
-        -->
     </security>
 </icecast>