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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2006-08-16 12:31:49 UTC
  • Revision ID: scott@netsplit.com-20060816123149-153af61c6bf9257e
* init/job.c (job_start): Check for dependencies before starting
the process, if we have any that aren't running we stay in waiting
until they are.  Any that aren't even starting get poked with a
dependency event to see whether that wakes them up.
* init/tests/test_job.c (test_start): Test paths through new
dependency code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2006-08-16  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/job.c (job_start): Check for dependencies before starting
 
4
        the process, if we have any that aren't running we stay in waiting
 
5
        until they are.  Any that aren't even starting get poked with a
 
6
        dependency event to see whether that wakes them up.
 
7
        * init/tests/test_job.c (test_start): Test paths through new
 
8
        dependency code.
 
9
 
3
10
        * init/job.c (job_run_process): Once we've got an active process
4
11
        in the running state, release our dependencies.
5
12