summaryrefslogtreecommitdiffstats
path: root/pym/portage_data.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-04-30 16:06:08 +0000
committerAlec Warner <antarus@gentoo.org>2006-04-30 16:06:08 +0000
commit38102dfa40f0c32d4f455d29329655e3a75cbf86 (patch)
tree3e9250f88cb55a3fc5916945d75ee2e01f39606d /pym/portage_data.py
parentf7aba48db07732d7d67e4189c31ca6fbff936248 (diff)
downloadportage-38102dfa40f0c32d4f455d29329655e3a75cbf86.tar.gz
portage-38102dfa40f0c32d4f455d29329655e3a75cbf86.tar.bz2
portage-38102dfa40f0c32d4f455d29329655e3a75cbf86.zip
Add cfg-update to the list of happy config file managers.
svn path=/main/trunk/; revision=3290
Diffstat (limited to 'pym/portage_data.py')
-rw-r--r--pym/portage_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage_data.py b/pym/portage_data.py
index be6a342bc..f92c7ace1 100644
--- a/pym/portage_data.py
+++ b/pym/portage_data.py
@@ -63,8 +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 a config update with dispatch-conf or etc-update\n")
- writemsg("should remedy this problem.\n")
+ writemsg("`emerge baselayout` and a config update with dispatch-conf, etc-update\n")
+ writemsg("or cfg-update should remedy this problem.\n")
pass
#Discover the uid and gid of the portage user/group