Advertisement
Guest User

contents

a guest
Sep 14th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Default behavior for the release upgrader.
  2.  
  3. [DEFAULT]
  4. # Default prompting behavior, valid options:
  5. #
  6. # never - Never check for a new release.
  7. # normal - Check to see if a new release is available. If more than one new
  8. # release is found, the release upgrader will attempt to upgrade to
  9. # the release that immediately succeeds the currently-running
  10. # release.
  11. # lts - Check to see if a new LTS release is available. The upgrader
  12. # will attempt to upgrade to the first LTS release available after
  13. # the currently-running one. Note that this option should not be
  14. # used if the currently-running release is not itself an LTS
  15. # release, since in that case the upgrader won't be able to
  16. # determine if a newer release is available.
  17. Prompt=lts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement