diff options
author | Gerrit Pape <pape@smarden.org> | 2004-02-10 12:05:36 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-02-10 12:05:36 +0000 |
commit | fcd93845fcabd67e1b1c912b0f6ad528e7e3db10 (patch) | |
tree | 4e082defb8ea89635dffa8aa91b15aaec25fffda | |
parent | 67e660f2f92866a6f677976d6f0c6656d5e8c4d0 (diff) | |
download | runit-fcd93845fcabd67e1b1c912b0f6ad528e7e3db10.tar.gz runit-fcd93845fcabd67e1b1c912b0f6ad528e7e3db10.tar.xz runit-fcd93845fcabd67e1b1c912b0f6ad528e7e3db10.zip |
* man/utmpset.8: run utmpset in finish script, not run script.
-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. |