[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.4-17-g2d3cf42

Sandro Tosi morph at debian.org
Fri Jun 5 11:24:20 UTC 2009


The following commit has been merged in the master branch:
commit 385fa3539c271f0d0e550416569d2b496bb8de4e
Author: Carl Chenet <carl.chenet at ohmytux.com>
Date:   Fri May 22 17:31:30 2009 +0200

    emphasize empty smtphost message

diff --git a/bin/reportbug b/bin/reportbug
index 409c505..4c67bec 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -509,11 +509,11 @@ def offer_configuration(options):
         opts = []
         if options.smtphost:
             opts += [options.smtphost]
-        smtphost = ui.get_string(
-            'Please enter the name of your SMTP host.  Usually it\'s called '
+        ewrite('Please enter the name of your SMTP host.  Usually it\'s called '
             'something like "mail.example.org" or "smtp.example.org". '
             'If you need to use a different port than default, use the '
-            '<host>:<port> alternative format. '
+            '<host>:<port> alternative format.\n\n')
+        smtphost = ui.get_string(
             'Just press ENTER if you don\'t have one or don\'t know.',
             options=opts, empty_ok=True, force_prompt=True)
         if smtphost:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list