Merge lp:~stgraber/upstart/upstart-fix-reexec into lp:upstart

Proposed by Stéphane Graber
Status: Merged
Merged at revision: 1440
Proposed branch: lp:~stgraber/upstart/upstart-fix-reexec
Merge into: lp:upstart
Diff against target: 12 lines (+1/-1)
1 file modified
init/state.c (+1/-1)
To merge this branch: bzr merge lp:~stgraber/upstart/upstart-fix-reexec
Reviewer Review Type Date Requested Status
James Hunt Approve
Review via email: mp+151050@code.launchpad.net

Description of the change

Enough said in commit message ;)

To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'init/state.c'
2--- init/state.c 2013-01-25 20:08:49 +0000
3+++ init/state.c 2013-02-28 16:44:19 +0000
4@@ -1869,7 +1869,7 @@
5 if (! restart)
6 NIH_MUST (nih_str_array_add (&args_copy, NULL, NULL, "--restart"));
7
8- execv (args_copy[0], args_copy);
9+ execvp (args_copy[0], args_copy);
10 nih_error_raise_system ();
11
12 err = nih_error_get ();

Subscribers

People subscribed via source and target branches