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 1SCba3-0002gW-Ex for garchives@archives.gentoo.org; Tue, 27 Mar 2012 18:57:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDCF5E05CF; Tue, 27 Mar 2012 18:57:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B93CDE05CF for ; Tue, 27 Mar 2012 18:57:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DAB264204 for ; Tue, 27 Mar 2012 18:57:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EADC2E5402 for ; Tue, 27 Mar 2012 18:57:04 +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: <1332874592.ea26df1ef9b3dcb7a6a45b487342cc7149a77be5.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ea26df1ef9b3dcb7a6a45b487342cc7149a77be5 X-VCS-Branch: master Date: Tue, 27 Mar 2012 18:57:04 +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: d1ce1999-d182-4430-b69d-52b4429f8c4c X-Archives-Hash: d80c9b76d4acca0c3633bbda7bdc249e commit: ea26df1ef9b3dcb7a6a45b487342cc7149a77be5 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 27 18:56:32 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 27 18:56:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dea26df1e emerge: suggest dispatch-conf for bug #398843 --- pym/_emerge/depgraph.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 072a5ea..c01dc72 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 from __future__ import print_function @@ -6143,7 +6143,7 @@ class depgraph(object): if protect_obj[root].isprotected(file_to_write_to): # We want to force new_protect_filename to ensure # that the user will see all our changes via - # etc-update, even if file_to_write_to doesn't + # dispatch-conf, even if file_to_write_to doesn't # exist yet, so we specify force=3DTrue. file_to_write_to =3D new_protect_filename(file_to_write_to, force=3DTrue) @@ -6197,7 +6197,7 @@ class depgraph(object): noiselevel=3D-1) writemsg_stdout("".join(problems), noiselevel=3D-1) elif write_to_file and roots: - writemsg_stdout("\nAutounmask changes successfully written. Remember = to run etc-update.\n", \ + writemsg_stdout("\nAutounmask changes successfully written. Remember = to run dispatch-conf.\n", \ noiselevel=3D-1) elif not pretend and not autounmask_write and roots: writemsg_stdout("\nUse --autounmask-write to write changes to config = files (honoring CONFIG_PROTECT).\n", \