commit 27822ad5f78a516f2e901bc265afe589d362ada1
parent b7aedb4c45188e4d9bed9b98e7702a7ff8b5e162
Author: Gerrit Pape <pape@smarden.org>
Date: Thu, 29 Jun 2006 07:52:00 +0000
* doc/benefits.html: typo; wording.
1.6.0..
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/benefits.html b/doc/benefits.html
@@ -33,7 +33,7 @@ By default a service is defined to be up, that means, if the service daemon
dies, it will be restarted.
Of course you can <a href="sv.8.html">tell runsv</a> otherwise.
<p>
-This reliable interface to control daemons and supervisors obsolete
+This reliable interface to control daemons and supervisors obsoletes
pid-guessing programs, such as <tt>pidof</tt>, <tt>killall</tt>,
<tt>start-stop-daemon</tt>, which, due to guessing, are prone to failures
by design.
@@ -47,7 +47,7 @@ resource limits, open file descriptors, and controlling terminals.
<p>
You don't necessarily have that with <i>sysv init</i> scripts for example.
It requires a carefully written init script that reliably cleans up and sets
-the initial process state before starting the service daemon.
+the process state before starting the service daemon.
This adds even more complexity to the init script in comparison with a run
script used by <i>runit</i>.
Many of today's init scripts don't provide a clean process state, here is
@@ -146,7 +146,7 @@ the default
<a href="http://packages.debian.org/unstable/base/sysvinit.html">
sysvinit</a>.
<p>
-Stage 2 already is packaging friendly:
+Stage 2 is packaging friendly:
all a software package that provides a service needs to do is to include
a <i>service directory</i> in the package, and to provide a symbolic link
to this directory in <tt>/var/service/</tt>.
diff --git a/package/CHANGES b/package/CHANGES
@@ -7,6 +7,7 @@ Tue, 20 Jun 2006 20:57:09 +0000
* svlogd.c: prepend optional timestamp to log messages sent through UDP,
as done for messages written to dir and to stderr.
* uidgid.c: properly fixup user/group argument on getpwnam() error.
+ * doc/benefits.html: typo; wording.
1.5.1
Wed, 10 May 2006 20:55:35 +0000