s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 47be905828c4c488dd72cd971fe63d595dba1006
parent 5857362829c64c14e32a6f9be06e0169fb9f4edb
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Thu,  2 Dec 2021 15:31:43 +0000

 Update link to BSD init

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/index.html b/doc/index.html @@ -397,7 +397,7 @@ for Linux, with complete service management, that came with earlier versions of distribution. It is now deprecated.</li> <li> <a href="//skarnet.org/software/systemd.html">systemd</a> is a problem in its own category. </li> <li> The various BSD flavors have their own style of -<a href="https://www.freebsd.org/doc/handbook/boot-init.html">init</a>. </li> +<a href="https://www.freebsd.org/cgi/man.cgi?query=init&sektion=8&format=html">init</a>. </li> <li> MacOS X has its own init spaghetti monster called <a href="https://en.wikipedia.org/wiki/Launchd">launchd</a>. </li> </ul>