diff options
-rw-r--r-- | man/utmpset.8 | 8 | ||||
-rw-r--r-- | package/CHANGES | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/man/utmpset.8 b/man/utmpset.8 index 7a78466..01dd442 100644 --- 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 index 4ab89fa..b873625 100644 --- 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. |