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