diff options
author | Willy Tarreau <w@1wt.eu> | 2007-12-16 08:53:39 +0100 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2007-12-16 08:53:39 +0100 |
commit | a62b8562472584c2d6611ea1c3c3355bed580bc2 (patch) | |
tree | 8737c3205133fc11fe4382574a6c54269a0ad0a8 /ifenslave/Makefile | |
parent | build: remove extraneous '-Os' in diet call (diff) | |
download | flxutils-a62b8562472584c2d6611ea1c3c3355bed580bc2.tar.xz |
init: add the "br" command to branch without returning
Many scripts are written with a terminating "in /bin/sh", but this
causes some trouble because /bin/sh is passed init's args which are
invalid for sh.
A new "br" command (for "branch") works exactly like "ex" except
that it does not return in case of success. It simply does a pure
execve(). It also supports arguments if necessary.
So as of now, it is recommended that preinit scripts finish with
"br /bin/sh".
Diffstat (limited to 'ifenslave/Makefile')
0 files changed, 0 insertions, 0 deletions