summaryrefslogtreecommitdiff
path: root/audio/icecast/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/icecast/patches/patch-ab')
-rw-r--r--audio/icecast/patches/patch-ab17
1 files changed, 8 insertions, 9 deletions
diff --git a/audio/icecast/patches/patch-ab b/audio/icecast/patches/patch-ab
index 5c9894598c4..38399e8b614 100644
--- a/audio/icecast/patches/patch-ab
+++ b/audio/icecast/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2004/01/08 20:49:39 xtraeme Exp $
+$NetBSD: patch-ab,v 1.6 2005/01/02 17:46:39 wiz Exp $
---- conf/icecast.fixme.orig 2004-01-08 19:10:14.000000000 +0100
-+++ conf/icecast.fixme 2004-01-08 19:14:15.000000000 +0100
-@@ -82,14 +82,15 @@
+--- conf/icecast.fixme.orig 2004-12-02 22:15:35.000000000 +0100
++++ conf/icecast.fixme
+@@ -110,14 +110,15 @@
<paths>
<!-- basedir is only used if chroot is enabled -->
@@ -23,24 +23,23 @@ $NetBSD: patch-ab,v 1.5 2004/01/08 20:49:39 xtraeme Exp $
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
-@@ -103,16 +104,14 @@
- <logging>
+@@ -137,15 +138,15 @@
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
+ <!-- <playlistlog>playlist.log</playlistlog> -->
- <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
+ <loglevel>2</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
- <chroot>0</chroot>
-- <!--
+ <chroot>1</chroot>
+ <!--
<changeowner>
- <user>nobody</user>
- <group>nogroup</group>
+ <user>@ICECAST_USER@</user>
+ <group>@ICECAST_GROUP@</group>
</changeowner>
-- -->
+ -->
</security>
- </icecast>