From 5dd0999bb15312b4d1ea2c5fb44d652364299eca Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 30 Apr 2006 11:00:58 +0000 Subject: Update portage config update messages to mention dispatch-conf (in addition to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283 --- pym/portage_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/portage_data.py') diff --git a/pym/portage_data.py b/pym/portage_data.py index 3739e6c59..be6a342bc 100644 --- a/pym/portage_data.py +++ b/pym/portage_data.py @@ -63,7 +63,8 @@ try: except KeyError: writemsg("portage initialization: your system doesn't have a 'wheel' group.\n") writemsg("Please fix this as it is a normal system requirement. 'wheel' is GID 10\n") - writemsg("'emerge baselayout' and an 'etc-update' should remedy this problem.\n") + writemsg("`emerge baselayout` and a config update with dispatch-conf or etc-update\n") + writemsg("should remedy this problem.\n") pass #Discover the uid and gid of the portage user/group -- cgit v1.2.3-1-g7c22