lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

020-icecast_config_for_openwrt.patch (692B)


      1 --- a/conf/icecast.xml.in
      2 +++ b/conf/icecast.xml.in
      3 @@ -61,7 +61,7 @@
      4           It affects mainly the urls generated by Icecast for playlists and yp
      5           listings. You MUST configure it properly for YP listings to work!
      6      -->
      7 -    <hostname>localhost</hostname>
      8 +    <hostname>OpenWrt</hostname>
      9  
     10      <!-- You may have multiple <listener> elements -->
     11      <listen-socket>
     12 @@ -234,11 +234,9 @@
     13  
     14      <security>
     15          <chroot>0</chroot>
     16 -        <!--
     17          <changeowner>
     18 -            <user>nobody</user>
     19 -            <group>nogroup</group>
     20 +            <user>icecast</user>
     21 +            <group>icecast</group>
     22          </changeowner>
     23 -        -->
     24      </security>
     25  </icecast>