diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:15:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:15:38 +0000 |
commit | e76046920b19af94cb56f44dcbfa62c9de202b31 (patch) | |
tree | e2a6e9293fb1e28ed78a9286c23f381c64bbc441 /media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-e76046920b19af94cb56f44dcbfa62c9de202b31.tar.gz gentoo-2-e76046920b19af94cb56f44dcbfa62c9de202b31.tar.bz2 gentoo-2-e76046920b19af94cb56f44dcbfa62c9de202b31.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild')
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild index 303c243f4aef..2553953c4d16 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.3 2007/01/05 17:55:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.4 2007/06/26 02:15:37 mr_bones_ Exp $ IUSE="" @@ -44,7 +44,7 @@ src_install() { # sets screen logging and real time output off since we're running this as a deamon sed -e "s:RealTime=1:RealTime=0:" -e "s:ScreenLog=1:ScreenLog=0:" -i sc_serv.conf - # fixes up messed up example as directories for on demand + # fixes up messed up example as directories for on demand # streaming need a trailing slash at the end of directories sed -e "s:; Default is ./content:; Default is ./content/:" -i sc_serv.conf |