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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2007-02-03 23:26:36 UTC
  • Revision ID: scott@netsplit.com-20070203232636-18b2hie9rlpy6rvn
* init/tests/test_job.c (test_run_script): Control socket doesn't
get unexpectedly opened anymore; so no need to close it.
* init/control.c (control_open): Remove the strange behaviour that
this can be called to get the socket.  Instead make control_io
global; we're all adults after all.
* init/tests/test_control.c (test_open): Remove the test for the
silly behaviour.
* init/notify.c (notify_job, notify_event): Use the control_io
pointer directly, and just do nothing if we lost it somehow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2007-02-03  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/tests/test_job.c (test_run_script): Control socket doesn't
 
4
        get unexpectedly opened anymore; so no need to close it.
 
5
 
 
6
        * init/control.c (control_open): Remove the strange behaviour that
 
7
        this can be called to get the socket.  Instead make control_io
 
8
        global; we're all adults after all.
 
9
        * init/tests/test_control.c (test_open): Remove the test for the
 
10
        silly behaviour.
 
11
        * init/notify.c (notify_job, notify_event): Use the control_io
 
12
        pointer directly, and just do nothing if we lost it somehow.
 
13
 
3
14
        * init/main.c (main): Being unable tp open the control socket, or
4
15
        parse the configuration, should be a fatal error; stop being so
5
16
        damned liberal! <g>   Don't reset the signal state if we're