0c88635f20
from Moritz Grimm <mlist at scapa.dnsalias.net>
22 lines
814 B
Plaintext
22 lines
814 B
Plaintext
$OpenBSD: patch-conf_icecast_xml_in,v 1.2 2004/12/31 13:09:10 sturm Exp $
|
|
--- conf/icecast.xml.in.orig Tue Dec 21 18:17:55 2004
|
|
+++ conf/icecast.xml.in Tue Dec 21 18:20:06 2004
|
|
@@ -97,7 +97,7 @@
|
|
</mount>
|
|
-->
|
|
|
|
- <fileserve>1</fileserve>
|
|
+ <fileserve>0</fileserve>
|
|
|
|
<paths>
|
|
<!-- basedir is only used if chroot is enabled -->
|
|
@@ -108,7 +108,7 @@
|
|
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
|
|
<webroot>@pkgdatadir@/web</webroot>
|
|
<adminroot>@pkgdatadir@/admin</adminroot>
|
|
- <!-- <pidfile>@pkgdatadir@/icecast.pid</pidfile> -->
|
|
+ <!-- <pidfile>@localstatedir@/run/icecast.pid</pidfile> -->
|
|
|
|
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
|
|
May be made specific to a port or bound address using the "port"
|