In DistUpgradeViewText.py:

_("Restart the system now [yN] "))

was being passed to askYesNoQuestion as a 3rd argument which became
"default" and since default was not "No" it became "Yes".  Personally, I
think it'd be better if the logic were switched so:

if default == 'Yes':
  print _("Continue [Yn] "),
  ...
else:
  print _("Continue [yN] "),
  ....

but my branch will just fix the restart required bit.


** Changed in: update-manager (Ubuntu)
     Assignee: Brian Murray (brian-murray) => Michael Vogt (mvo)

-- 
do-release-upgrade reboots computer if user enters something other than n when 
being prompted for reboot
https://bugs.launchpad.net/bugs/328452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to