On Sun, Sep 02, 2018 at 02:12:47PM +0800, Shengjing Zhu wrote: > Thanks for this note, I haven't looked at these packages. At first I > thought execline binaries will only be called inside execlinep > scripts. Could you give some examples that s6 calls these binaries > directly except exelinep?
My init/rc framework, slew [1], although base on s6/s6-rc, uses the rc(1) shell as its main scripting language, and still often makes use of the `emptyenv' command from execline. Also, some complex `./run' scripts like [2] can be readily rewritten in a shell [3], and these translated versions will use more commands from execline. [1] <https://gitlab.com/CasperVector/slew>. [2] <https://git.skarnet.org/cgi-bin/cgit.cgi/s6/tree/examples/syslogd-linux/run>. [3] <https://gitlab.com/CasperVector/slew/blob/master/base/syslog.ucspi/run>. BTW, greetings from a compatriot :) -- My current OpenPGP key: RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19) 7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C
