Remove redundant config update notification (bug #184116, branches/2.1.2 r7160)
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 05:39:29 +0000 (05:39 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 05:39:29 +0000 (05:39 -0000)
svn path=/main/branches/2.1.2.9/; revision=7490

bin/emerge

index f6599308fdbef0a80cfee646cc69b4b608e81368..15145183c9a74e7ad9b432a19255a38ce9141a7e 100755 (executable)
@@ -4339,9 +4339,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):