[xiph-commits] r7898 - icecast/trunk/icecast/doc

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Thu Sep 30 17:39:38 PDT 2004


Author: msmith
Date: 2004-09-30 17:39:37 -0700 (Thu, 30 Sep 2004)
New Revision: 7898

Modified:
   icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
Correct two examples to use a leading slash for a mountpoint name


Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html	2004-09-30 23:28:20 UTC (rev 7897)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html	2004-10-01 00:39:37 UTC (rev 7898)
@@ -191,7 +191,7 @@
         <server>127.0.0.1</server>
         <port>8001</port>
         <mount>example.ogg</mount>
-        <local-mount>different.ogg</local-mount>
+        <local-mount>/different.ogg</local-mount>
         <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
     </relay>
 </pre>
@@ -262,7 +262,7 @@
         &lt;server&gt;127.0.0.1&lt;/server&gt;
         &lt;port&gt;8001&lt;/port&gt;
         &lt;mount&gt;example.ogg&lt;/mount&gt;
-        &lt;local-mount&gt;different.ogg&lt;/local-mount&gt;
+        &lt;local-mount&gt;/different.ogg&lt;/local-mount&gt;
         &lt;relay-shoutcast-metadata&gt;0&lt;/relay-shoutcast-metadata&gt;
     &lt;/relay&gt;
 </pre>



More information about the commits mailing list