Merge lp:~jamesodhunt/upstart/upstart-fix-677392 into lp:~canonical-scott/upstart/trunk

Proposed by James Hunt
Status: Merged
Merge reported by: Scott James Remnant (Canonical)
Merged at revision: not available
Proposed branch: lp:~jamesodhunt/upstart/upstart-fix-677392
Merge into: lp:~canonical-scott/upstart/trunk
Diff against target: 96 lines (+14/-10)
3 files modified
init/event.c (+3/-3)
init/event_operator.c (+3/-3)
init/man/init.5 (+8/-4)
To merge this branch: bzr merge lp:~jamesodhunt/upstart/upstart-fix-677392
Reviewer Review Type Date Requested Status
Scott James Remnant (Canonical) Approve
Review via email: mp+41317@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) :
review: Approve
Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hello!

New message, please read <http://okna-blagodat.com/blood.php?md2x0>

<email address hidden>

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hey, Don't miss up this new stuff, you're going to be delighted, read more here <http://sespunkugo.masswerks.com/remark.php?d4>

Best, <email address hidden>

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hello friend,

Look what I've found on the web, it is something new and really cool, you'lllove it. More info here <http://thank.carnow.ca/lnlfxqt>

Sincerely yours, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hey,

There are a cople of stories I wanted to share with you, please, read more here <http://tifiduxy.cctvessentials.com/lnslm>

Take care, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hi,

I've just received a message from my friend with such an exciting information, please read it here http://look.testforechopodcast.com/cecf

philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hey,

I'd like to show you a nice gift a friend of mine gave me recently, it's something really cool)) Please take a look http://harjap.com/coach.php?8a8b

Hope this helps, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hello,

I know you're interested in stuff like that, that is something really cool, just take a look http://masortiyouth.org/cycle.php?e5e4

Hope this helps, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Dear,

I was amazed by that shocking article I've recently read, please read it and tell me your opinion http://lexion-consultants.com/vs.php?2120

Warmest regards, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hello friend,

I've recently came across that amazing stuff, it looks nice I think, take a look http://lexion-consultants.com/rack.php?a4a5

Yours sincerely, philipp

Revision history for this message
Philipp Schlesinger (philipp-sadleder) wrote :

Hi friend!

Just take a look at that cool stuff, it the coolest stuff ever! You'll be simply amazed, check this out http://www.ungereimt.org/inherit.php?b3b2

My Best, philipp

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'init/event.c'
2--- init/event.c 2009-07-02 17:31:25 +0000
3+++ init/event.c 2010-11-19 14:42:54 +0000
4@@ -87,11 +87,11 @@
5 * array of environment variables in KEY=VALUE form. @env will be referenced
6 * by the new event. After calling this function, you should never use
7 * nih_free() to free @env and instead use nih_unref() or nih_discard() if
8- * you longer need to use it.
9+ * you no longer need to use it.
10 *
11 * When the event reaches the top of the queue, it is taken off and placed
12 * into the handling queue. It is not removed from that queue until there
13- * are no longer anything referencing it.
14+ * are no remaining references to it.
15 *
16 * The event is created with nothing blocking it. Be sure to call
17 * event_block() otherwise it will be automatically freed next time
18@@ -156,7 +156,7 @@
19
20 /**
21 * event_block:
22- * @emission: event to block.
23+ * @event: event to block.
24 *
25 * This function should be called by jobs that wish to hold a reference on
26 * the event and block it from finishing.
27
28=== modified file 'init/event_operator.c'
29--- init/event_operator.c 2010-02-04 20:08:59 +0000
30+++ init/event_operator.c 2010-11-19 14:42:54 +0000
31@@ -368,7 +368,7 @@
32 * @env: NULL-terminated array of environment variables for expansion.
33 *
34 * Handles the emission of @event, matching it against EVENT_MATCH nodes in
35- * the EventOperator tree rooted at @oper, and updating the values of other
36+ * the EventOperator tree rooted at @root, and updating the values of other
37 * nodes to match.
38 *
39 * @env is optional, and may be NULL; if given it should be a NULL-terminated
40@@ -380,10 +380,10 @@
41 * using event_operator_reset().
42 *
43 * Note that this returns to indicate whether a successful match was made;
44- * you should also check the value of @oper to make sure you react to this,
45+ * you should also check the value of @root to make sure you react to this,
46 * as that still may be FALSE.
47 *
48- * Returns: TRUE if @event matched an entry in the tree under @oper, FALSE
49+ * Returns: TRUE if @event matched an entry in the tree under @root, FALSE
50 * otherwise.
51 **/
52 int
53
54=== modified file 'init/man/init.5'
55--- init/man/init.5 2010-03-31 17:29:24 +0000
56+++ init/man/init.5 2010-11-19 14:42:54 +0000
57@@ -97,7 +97,7 @@
58 .fi
59
60 .PP
61-There an additional four processes that may be run as part of the job's
62+There are an additional four processes that may be run as part of the job's
63 lifecycle. These are specified as the process name, followed by an
64 .B exec
65 or
66@@ -144,7 +144,7 @@
67 such as removing temporary directories.
68
69 .PP
70-All of these process, including the main process, are optional. Services
71+All of these processes, including the main process, are optional. Services
72 without a main process will appear to be running until they are stopped,
73 this is commonly used to define states such as runlevels. It's quite
74 permissable to have no main process, but to have
75@@ -162,7 +162,7 @@
76 .\"
77 .SS Event definition
78 Jobs can be manually started and stopped at any time by a system adminstrator
79-using the.
80+using the
81 .BR start (8)
82 and
83 .BR stop (8)
84@@ -307,7 +307,11 @@
85 .BR stopping (7)
86 and
87 .BR stopped (7)
88-events for this job.
89+events for this job
90+.ft B
91+and to all resultant events
92+.ft
93+(not just those relating to the current job).
94 .\"
95 .SS Services, tasks and respawning
96 Jobs are

Subscribers

People subscribed via source and target branches