~xnox/upstart/upstart-async-run-dead-code

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Dimitri John Ledkov
  • Date: 2014-06-04 16:55:28 UTC
  • mfrom: (1618.2.5 upstart-bug-1315060)
  • Revision ID: dimitri.ledkov@canonical.com-20140604165528-n7y0gh3j0136zdie
mergeĀ lp:~jamesodhunt/upstart/bug-1315060

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2014-05-21  James Hunt  <james.hunt@ubuntu.com>
 
2
 
 
3
        * init/main.c: Add support for '--prepend-confdir'.
 
4
        * init/man/init.8: Add '--prepend-confdir'.
 
5
        * init/tests/test_main.c: Add tests for '--prepend-confdir'.
 
6
 
 
7
2014-05-09  James Hunt  <james.hunt@ubuntu.com>
 
8
 
 
9
        * init/main.c: add '--append-confdir' command-line option (LP: #1315060).
 
10
        * init/man/init.8:
 
11
          - Document '--append-confdir'.
 
12
          - Add init(5) reference for '--confdir'.
 
13
        * init/tests/test_main.c: New Session and System init tests for
 
14
          '--append-confdir'.
 
15
 
1
16
2014-05-09  Dimitri John Ledkov  <xnox@ubuntu.com>
2
17
 
3
18
        * util/reboot.c: only use rebootcommand code path in runlevels 0,
11
26
        * Convert calls to deprecated json_object_object_get() to
12
27
          json_object_object_get_ex().
13
28
 
 
29
2014-05-02  James Hunt  <james.hunt@ubuntu.com>
 
30
 
 
31
        * init/main.c: main(): Allow System Init read from multiple
 
32
          configuration to directories like a Session Init (LP: #1315060).
 
33
        * init/man/init.5: Clarify default directory.
 
34
        * init/man/init.8: Explain new behaviour.
 
35
        * init/tests/test_main.c: test_confdir(): Update tests for new
 
36
          '--confdir' behaviour of System init.
 
37
 
14
38
2014-04-24  James Hunt  <james.hunt@ubuntu.com>
15
39
 
16
40
        * init/man/init.5: