s6-linux-utils
Software
www.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.
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.0.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm s6-linux-utils-1.0.0.tar.gz
cd admin/s6-linux-utils-1.0.0
make
sudo make install
The compilation and installation processes are detailed
here.
make clean