~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to NEWS

* init/event_operator.c (event_operator_match): Support operator
negation using !=
* init/tests/test_event_operator.c (test_operator_update): Add
test cases for negation.
* init/man/init.5: Add negation to documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
          /sbin/reload symlink.  This sends the SIGHUP signal to the running
16
16
          main process of the named job instance.
17
17
 
 
18
        * Event operator matches in jobs now support "!=" in addition to the
 
19
          usual "=", e.g.:
 
20
 
 
21
                start on net-device-added INTERFACE!=eth*
 
22
 
18
23
        * Moved D-Bus system bus reconnection trigger from SIGHUP to SIGUSR1,
19
24
          since SIGHUP is already used for a forced configuration reload and
20
25
          causes Upstart to "forget" state.