Modify ↓
Ticket #489 (closed defect: fixed)
[patch] Add "exit" as a way to quit bcfg-info
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 0.9.5 Release |
Component: | bcfg2-client | Version: | 0.9.x |
Keywords: | Cc: |
Description
--- bcfg2-info.orig 2007-11-02 14:32:09.691431676 -0400 +++ /usr/bin/bcfg2-info 2007-11-02 14:30:46.805768495 -0400 @@ -61,6 +61,7 @@ raise SystemExit(0) do_EOF = do_quit + do_exit = do_quit def do_help(self, _): '''print out usage info'''
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Committed, thanks.