~cjwatson/upstart/state-changed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2010-02-04 20:43:33 UTC
  • Revision ID: scott@netsplit.com-20100204204333-v1i0yd1oscrbb1fi
* util/tests/test_initctl.c (test_reload_action): Don't send
SIGHUP to the server process, it'll be terminated anyway since
reload doesn't loop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2010-02-04  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * util/tests/test_initctl.c (test_reload_action): Don't send
 
4
        SIGHUP to the server process, it'll be terminated anyway since
 
5
        reload doesn't loop.
 
6
 
3
7
        * init/event_operator.c (event_operator_match): Support operator
4
8
        negation using !=
5
9
        * init/tests/test_event_operator.c (test_operator_update): Add