s6-linux-utils
Software
skarnet.org
Like any other piece of software (and information generally), s6-linux-utils comes with NO WARRANTY.
s6-linux-utils is available under the terms of the ISC license, see the included package/COPYING file.
Depending on the way you compile and link s6-linux-utils:
s6-linux-utils is best used with the slashpackage convention, but it is not a hard requirement.
mkdir -p /package chmod 1755 /package cd /package(If you are not following the slashpackage convention, you can use any temporary build directory instead.)
tar -zxpvf s6-linux-utils-1.0.2.tar.gz # if you do not have GNU tar, check with your gunzip and tar manual pages. rm s6-linux-utils-1.0.2.tar.gz cd admin/s6-linux-utils-1.0.2
make sudo make installThe compilation and installation processes are detailed here.
make clean