Stéphane Graber has proposed merging lp:~stgraber/upstart/upstart-fix-reexec into lp:upstart.
Requested reviews: Upstart Reviewers (upstart-reviewers) For more details, see: https://code.launchpad.net/~stgraber/upstart/upstart-fix-reexec/+merge/151050 Enough said in commit message ;) -- https://code.launchpad.net/~stgraber/upstart/upstart-fix-reexec/+merge/151050 Your team Upstart Reviewers is requested to review the proposed merge of lp:~stgraber/upstart/upstart-fix-reexec into lp:upstart.
=== modified file 'init/state.c' --- init/state.c 2013-01-25 20:08:49 +0000 +++ init/state.c 2013-02-28 16:44:19 +0000 @@ -1869,7 +1869,7 @@ if (! restart) NIH_MUST (nih_str_array_add (&args_copy, NULL, NULL, "--restart")); - execv (args_copy[0], args_copy); + execvp (args_copy[0], args_copy); nih_error_raise_system (); err = nih_error_get ();
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
