diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-24 16:08:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-24 16:08:29 +0000 |
commit | 6768a6557ab9ff83427022e5329acd3379da4f60 (patch) | |
tree | 17bc0513c9b1a030e2ab0fd06193a33cb4b007be | |
parent | whitespace (diff) | |
download | gentoo-2-6768a6557ab9ff83427022e5329acd3379da4f60.tar.gz gentoo-2-6768a6557ab9ff83427022e5329acd3379da4f60.tar.bz2 gentoo-2-6768a6557ab9ff83427022e5329acd3379da4f60.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r-- | net-misc/elliptics/elliptics-2.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/elliptics/elliptics-2.9.6.ebuild b/net-misc/elliptics/elliptics-2.9.6.ebuild index f155e42b3839..800fef8925d3 100644 --- a/net-misc/elliptics/elliptics-2.9.6.ebuild +++ b/net-misc/elliptics/elliptics-2.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/elliptics/elliptics-2.9.6.ebuild,v 1.2 2012/10/24 09:39:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/elliptics/elliptics-2.9.6.ebuild,v 1.3 2012/10/24 16:08:29 mr_bones_ Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -56,7 +56,7 @@ src_install(){ newinitd "${FILESDIR}"/elliptics.initd elliptics || die newconfd "${FILESDIR}"/elliptics.confd elliptics || die - # tune default config + # tune default config sed -i 's#log = /dev/stderr#log = syslog#' ${S}/example/ioserv.conf sed -i 's#root = /tmp/root#root = /var/spool/elliptics#' ${S}/example/ioserv.conf sed -i 's#daemon = 0#daemon = 1#' ${S}/example/ioserv.conf |