From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QSMs6-0006vW-BT for garchives@archives.gentoo.org; Fri, 03 Jun 2011 05:24:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57FA91C01D; Fri, 3 Jun 2011 05:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2B2EB1C01D for ; Fri, 3 Jun 2011 05:24:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB2371B4029 for ; Fri, 3 Jun 2011 05:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2434980506 for ; Fri, 3 Jun 2011 05:24:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <8f677b5e1d7c8e41c4b677b4cf802b1e8ab21a69.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/etc-update.conf X-VCS-Directories: cnf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8f677b5e1d7c8e41c4b677b4cf802b1e8ab21a69 Date: Fri, 3 Jun 2011 05:24:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 72b5d17526cde5b2430a0e205bb9d6af commit: 8f677b5e1d7c8e41c4b677b4cf802b1e8ab21a69 Author: Zac Medico gentoo org> AuthorDate: Fri Jun 3 05:24:10 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jun 3 05:24:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D8f677b5e etc-update: disable clear_term by default --- cnf/etc-update.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cnf/etc-update.conf b/cnf/etc-update.conf index 6f69dee..cea2173 100644 --- a/cnf/etc-update.conf +++ b/cnf/etc-update.conf @@ -6,7 +6,8 @@ mode=3D"0" =20 # Whether to clear the term prior to each display -clear_term=3D"yes" +#clear_term=3D"yes" +clear_term=3D"no" =20 # Whether trivial/comment changes should be automerged eu_automerge=3D"yes"