From 91f8d65db98fdec36ce323e37ca9d56072ecfab5 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 8 Dec 2014 23:44:07 +0000
Subject: Documentation update
---
doc/index.html | 23 +++--------------------
doc/upgrade.html | 7 ++++++-
2 files changed, 9 insertions(+), 21 deletions(-)
(limited to 'doc')
diff --git a/doc/index.html b/doc/index.html
index 048af4f..ed6ab76 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -82,7 +82,7 @@ supervision that might help you understand the basics.
- This page lists the differences to be aware of between
-the previous versions of execline and the current one.
+the previous versions of s6 and the current one.
@@ -114,6 +114,7 @@ a user interface to control those processes and monitor service states.
The s6-svok program
The s6-svstat program
The s6-svwait program
+The s6-notifywhenup program
Other daemontools-like utilities
@@ -141,7 +142,6 @@ counterpart.
The s6-tai64n program
The s6-tai64nlocal program
The ucspilogd program
-The s6-notifywhenup program (NEW in 2.0.0.0)
Fifodir management, notification and subscription
@@ -240,9 +240,7 @@ traditional init system for Linux.
for Linux, with complete service management, that comes with the Ubuntu
distribution. It includes a coffee machine and the kitchen sink.
Because Upstart wasn't bloated or unreliable enough, someone came up with
-systemd, yet
-another Linux init system, so contrary to all principles of good engineering
-it's just scary.
+systemd, yet another Linux init system.
The various BSD flavors have their own style of
init.
MacOS X has its own init spaghetti monster called
@@ -257,21 +255,6 @@ usually find it much simpler.
- Credits
-
- s6 is one of the (late...) results of a long design discussion that
-happened in 2002-2003 on the
-supervision list
-and the log list.
-The main contributors to the thread were
-
-
Miscellaneous
Why "s6" ?
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 1a35178..577c241 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -25,7 +25,12 @@
build system. See the enclosed INSTALL file for details.
slashpackage is not activated by default.
shared libraries are not used by default.
- skalibs dependency bumped to 2.0.0.0
+ skalibs dependency bumped to 2.0.0.0.
+ s6-supervise does not create
+the ./event fifodir as public. Subscriptions are restricted
+to users having the same gid as the s6-supervise process.
+ The s6-notifywhenup program
+is a new addition.