commit 0529f2ba7ef7e7709a291ea400ced1870f7a482d
parent c8f7a36329b2d6f06805eec1b4a8d50e5cb541aa
Author: Gerrit Pape <pape@smarden.org>
Date: Thu, 4 Aug 2005 18:50:10 +0000
* doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry).
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/runscripts.html b/doc/runscripts.html
@@ -441,7 +441,7 @@ process state for those <i>getties</i>.
(<i>LFS</i>)
<pre>
#!/bin/sh
- exec 2>,&1
+ exec 2>&1
exec tcpsvd -l0 -u nobody 127.0.0.1 110 hotwayd
</pre>
<hr>
@@ -806,11 +806,11 @@ to be set up.
</pre>
<hr>
<h3><a name="sshd">A <tt>sshd</tt> run script</a></h3>
-(<i>Debian woody</i>, sshd version OpenSSH_2.9p2)
+(<i>Debian</i>)
<pre>
#!/bin/sh
exec 2>&1
- exec sshd -D -e
+ exec /usr/sbin/sshd -D -e
</pre>
This service needs a
<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a>
diff --git a/package/CHANGES b/package/CHANGES
@@ -1,3 +1,5 @@
+ * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry).
+
runit 1.3.0
Sun, 24 Jul 2005 16:50:55 +0000
* man/runsv.8: typo; no longer document the e control character; clarify
diff --git a/package/TODO b/package/TODO
@@ -5,3 +5,4 @@ have sv replace runsvctrl, runsvstat, svwaitdown, svwaitup
rewrite doc/dependencies.html: weak/string deps
runsv: provide ./run's return code to ./finish, count startups of ./run and
provide number to ./run
+chpst: -u user[:group0[:group1 ...]]