You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
697 B

  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. <!-- You may have multiple <listen-socket> elements -->
  10. <listen-socket>
  11. @@ -234,11 +234,9 @@
  12. <security>
  13. <chroot>0</chroot>
  14. - <!--
  15. <changeowner>
  16. - <user>nobody</user>
  17. - <group>nogroup</group>
  18. + <user>icecast</user>
  19. + <group>icecast</group>
  20. </changeowner>
  21. - -->
  22. </security>
  23. </icecast>