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

Ed oddsock at xiph.org
Thu May 15 14:05:15 PDT 2003



oddsock     03/05/15 17:05:15

  Modified:    conf     icecast.xml
  Log:
  new config param <adminroot>
  added yp.icecast.net as another possible yp directory

Revision  Changes    Path
1.24      +5 -0      icecast/conf/icecast.xml

Index: icecast.xml
===================================================================
RCS file: /usr/local/cvsroot/icecast/conf/icecast.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- icecast.xml	25 Apr 2003 08:38:47 -0000	1.23
+++ icecast.xml	15 May 2003 21:05:15 -0000	1.24
@@ -29,6 +29,10 @@
         <yp-url-timeout>15</yp-url-timeout>
         <yp-url><a href="http://www.oddsock.org/cgi-bin/yp-cgi</yp-url">http://www.oddsock.org/cgi-bin/yp-cgi</yp-url</a>>
     </directory>
+    <directory>
+        <yp-url-timeout>15</yp-url-timeout>
+        <yp-url><a href="http://yp.icecast.net/cgi-bin/yp.cgi</yp-url">http://yp.icecast.net/cgi-bin/yp.cgi</yp-url</a>>
+    </directory>
      -->
 
         <hostname>localhost</hostname>
@@ -86,6 +90,7 @@
              be relative to the new root, not the original root -->
                 <logdir>/usr/local/icecast/logs</logdir>
                 <webroot>/usr/local/icecast/web</webroot>
+        <adminroot>/usr/local/icecast/admin</adminroot>
 
         <!-- Aliases: treat requests for 'source' path as being for 'dest' path
              May be made specific to a port or bound address using the "port"

<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