summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-03-27 11:56:32 -0700
committerZac Medico <zmedico@gentoo.org>2012-03-27 11:56:32 -0700
commitea26df1ef9b3dcb7a6a45b487342cc7149a77be5 (patch)
treedb46d7020dce16f6f2f72012dedc11a552a9e5c5 /pym
parent144c23efbb4e9565debad03c13c5bcab833a8336 (diff)
downloadportage-ea26df1ef9b3dcb7a6a45b487342cc7149a77be5.tar.gz
portage-ea26df1ef9b3dcb7a6a45b487342cc7149a77be5.tar.bz2
portage-ea26df1ef9b3dcb7a6a45b487342cc7149a77be5.zip
emerge: suggest dispatch-conf for bug #398843
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/depgraph.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 072a5ea6a..c01dc72da 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
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=True.
file_to_write_to = new_protect_filename(file_to_write_to,
force=True)
@@ -6197,7 +6197,7 @@ class depgraph(object):
noiselevel=-1)
writemsg_stdout("".join(problems), noiselevel=-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=-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", \