~ubuntu-branches/ubuntu/trusty/openipmi/trusty-updates

« back to all changes in this revision

Viewing changes to cmdlang/ipmish.c

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2009-07-28 10:17:23 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101723-qxfi37j3g2l9dv6n
Tags: 2.0.16-1
* new upstream release from 2009-03-16
* debian/compat debian/control raised to debhelper 5
* debian/control removed URL in description new we
  have the Homepage: field
* debian/control updated Standards-Version: (no changes needed)
* debian/rules removed unused cdbd dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
    signal(SIGPIPE, cleanup_sig);
653
653
    signal(SIGUSR1, cleanup_sig);
654
654
    signal(SIGUSR2, cleanup_sig);
655
 
#ifdef SIGPWR
656
655
    signal(SIGPWR, cleanup_sig);
657
 
#endif
658
656
 
659
657
    stifle_history(500);
660
658
    rl_callback_handler_install("> ", rl_ipmish_cb_handler);