diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-23 11:51:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-23 11:51:46 +0000 |
commit | 174ead30637a4574ff7fc7bf1384ef0122145a1b (patch) | |
tree | a42f66bc28d968ee7ef66776839e4577047d57cd /net-p2p/freenet | |
parent | clean up (diff) | |
download | gentoo-2-174ead30637a4574ff7fc7bf1384ef0122145a1b.tar.gz gentoo-2-174ead30637a4574ff7fc7bf1384ef0122145a1b.tar.bz2 gentoo-2-174ead30637a4574ff7fc7bf1384ef0122145a1b.zip |
minorsyn fixes
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-p2p/freenet')
-rw-r--r-- | net-p2p/freenet/freenet-0.5.2.1-r8.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild b/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild index 7a156191c6cb..7077fce28e40 100644 --- a/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild +++ b/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild,v 1.11 2006/10/28 13:59:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild,v 1.12 2007/02/23 11:51:46 armin76 Exp $ inherit eutils @@ -125,13 +125,13 @@ EOF $(java-config --java) freenet.node.Main --config mv freenet.conf /etc sed -i -e "s/^%\(ipAddress\)/\1/" \ - -e "s/^%\(listenPort\)/\1/" \ - -e "s/^%\(seedFile\)/\1/" \ - -e "s/^%\(logFile\)/\1/" \ - -e "s/^%\(storeFile\)/\1/" \ - -e "s/^%\(diagnosticsPath\)/\1/" \ - -e "s/^%\(routingDir\)/\1/" \ - -e "s/^%\(nodeFile\)/\1/" /etc/freenet.conf + -e "s/^%\(listenPort\)/\1/" \ + -e "s/^%\(seedFile\)/\1/" \ + -e "s/^%\(logFile\)/\1/" \ + -e "s/^%\(storeFile\)/\1/" \ + -e "s/^%\(diagnosticsPath\)/\1/" \ + -e "s/^%\(routingDir\)/\1/" \ + -e "s/^%\(nodeFile\)/\1/" /etc/freenet.conf chmod 664 /etc/freenet.conf chown root:freenet /etc/freenet.conf fi |