[xiph-commits] r7900 - icecast/trunk/icecast/doc
msmith at motherfish-iii.xiph.org
msmith at motherfish-iii.xiph.org
Thu Sep 30 17:47:53 PDT 2004
Author: msmith
Date: 2004-09-30 17:47:52 -0700 (Thu, 30 Sep 2004)
New Revision: 7900
Modified:
icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
.. And fix more instances of missing / on mountpoints
Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html 2004-10-01 00:42:19 UTC (rev 7899)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html 2004-10-01 00:47:52 UTC (rev 7900)
@@ -190,7 +190,7 @@
<relay>
<server>127.0.0.1</server>
<port>8001</port>
- <mount>example.ogg</mount>
+ <mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
@@ -261,7 +261,7 @@
<relay>
<server>127.0.0.1</server>
<port>8001</port>
- <mount>example.ogg</mount>
+ <mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
@@ -302,7 +302,7 @@
<password>hackmemore</password>
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
- <fallback-mount>example2.ogg</fallback-mount>
+ <fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<burst-size>65536</burst-size>
<authentication type="htpasswd">
More information about the commits
mailing list