commit 8e414858b90edb2179d558dbcad38ea817d02055
parent 4fdb2d742d33da8ba3768a883f5e32b83464c915
Author: Gerrit Pape <pape@smarden.org>
Date: Tue, 10 Feb 2004 12:05:36 +0000
* man/utmpset.8: run utmpset in finish script, not run script.
Diffstat:
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/man/utmpset.8 b/man/utmpset.8
@@ -30,11 +30,13 @@ To enable local login accounting, add
.B utmpset
to the
.BR getty (8)
-run scripts, e.g.:
+.I finish
+scripts, e.g.:
.P
+ $ cat /var/service/getty-5/finish
#!/bin/sh
- /command/utmpset \-w tty5
- exec /sbin/getty 38400 tty5 linux
+ exec utmpset \-w tty5
+ $
.SH OPTIONS
.TP
.B \-w
diff --git a/package/CHANGES b/package/CHANGES
@@ -1,3 +1,8 @@
+ * doc/benefits.html, doc/dependencies.html, doc/index.html,
+ doc/replaceinit.html, doc/runlevels.html, doc/upgrade.html,
+ doc/useinit.html: cleanup; minor.
+ * man/utmpset.8: run utmpset in finish script, not run script.
+
runit 0.13.1
Mon, 19 Jan 2004 18:32:58 +0000
* doc/upgrade.html: typo.