commit | 1d76f439da81d3a05f0e0fdde3f81ec56fb20836 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Feb 06 01:20:12 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Feb 06 01:20:12 2007 +0000 |
tree | f3e2e2185d092f87843fe4bbc9d1098185a5bdbd | |
parent | cc24419e98853aede7c652edb3c1c79a9865bdda [diff] [blame] |
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index d9053ad..2d2b5db 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c
@@ -73,7 +73,7 @@ sig_uncatch(SIGHUP); sig_uncatch(SIGTERM); if (pgrp) setsid(); - execvp(prog[0], prog); + BB_EXECVP(prog[0], prog); //pathexec_run(*prog, prog, (char* const*)environ); fatal2_cannot("start runsv ", name); }