Package: busybox-static
Version: 1:0.60.5-2.1
Severity: wishlist
Hello,
it would be really helpful, if you'd provide some
"don't fork()" option for busybox-static.
Currently, process accounting shows, that it fork()s,
even if you call a builtin command. This denies
the use of busybox in out-of-processes-scenarios
(where you need to have it started before of course :)).
Of course, not fork()ing implies, that pipelining
and redirection won't work (at least not so easy,
if ever).
This is probably something to forward to the upstream
author(s).
regards,
Mario