[xiph-cvs] cvs commit: icecast/conf icecast.xml.in

Ed oddsock at xiph.org
Thu Jan 8 06:16:28 PST 2004



oddsock     04/01/08 09:16:28

  Modified:    conf     icecast.xml.in
  Log:
  commented out mount specific settings as they are optional and tend to cause
  confusion

Revision  Changes    Path
1.7       +4 -3      icecast/conf/icecast.xml.in

Index: icecast.xml.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/conf/icecast.xml.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- icecast.xml.in	7 Jan 2004 21:26:14 -0000	1.6
+++ icecast.xml.in	8 Jan 2004 14:16:26 -0000	1.7
@@ -66,7 +66,6 @@
 
     <!-- Only define a <mount> section if you want to use advanced options,
          like alternative usernames or passwords
-      -->
     <mount>
         <mount-name>/example-complex.ogg</mount-name>
 
@@ -74,13 +73,15 @@
         <password>hackmemore</password>
 
         <max-listeners>1</max-listeners>
-        <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> -->
+        <dump-file>/tmp/dump-example1.ogg</dump-file>
         <fallback-mount>/example2.ogg</fallback-mount>
     </mount>
+    -->
 
     <fileserve>1</fileserve>
 
     <paths>
+		<!-- basedir is only used if chroot is enabled -->
         <basedir>@pkgdatadir@</basedir>
 
         <!-- Note that if <chroot> is turned on below, these paths must both
@@ -111,7 +112,7 @@
         <changeowner>
             <user>nobody</user>
             <group>nogroup</group>
-	</changeowner>
+        </changeowner>
         -->
     </security>
 </icecast>

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list