s6-portable-utils
Software
www.skarnet.org
Like any other piece of software (and information generally), s6-portable-utils comes with NO WARRANTY.
s6-portable-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-portable-utils:
s6-portable-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-portable-utils-1.0.1.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm s6-portable-utils-1.0.1.tar.gz
cd admin/s6-portable-utils-1.0.1
make
sudo make install
The compilation and installation processes are detailed
here.
make clean