From ea26df1ef9b3dcb7a6a45b487342cc7149a77be5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Mar 2012 11:56:32 -0700 Subject: emerge: suggest dispatch-conf for bug #398843 --- pym/_emerge/depgraph.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym') 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", \ -- cgit v1.2.3-1-g7c22