Remove redundant config update notification (bug #184116, trunk r7159)
authorZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2007 16:54:05 +0000 (16:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2007 16:54:05 +0000 (16:54 -0000)
svn path=/main/branches/2.1.2/; revision=7160

bin/emerge

index 8657fea839278e9a1d01892331336ff8c20cd4a0..376f506df354a55b6218ba17b3d2e8b47da77fb6 100755 (executable)
@@ -4662,9 +4662,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
                print
                print red(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended"
                print red(" * ")+"that you update portage now, before any other packages are updated."
-               print red(" * ")+"Please run 'emerge portage' and then update "+bold("ALL")+" of your"
-               print red(" * ")+"configuration files."
-               print red(" * ")+"To update portage, run 'emerge portage'."
+               print
+               print red(" * ")+"To update portage, run 'emerge portage' now."
                print
 
 def action_metadata(settings, portdb, myopts):