summary refs log tree commit diff
path: root/doc/utmpset.8.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2004-02-10 13:11:06 +0000
committerGerrit Pape <pape@smarden.org>2004-02-10 13:11:06 +0000
commit7ece194114809d4ae3f9bcd275a9864bfdcee60f (patch)
treec92d43312591b641e830030343268a2360e4c686 /doc/utmpset.8.html
parentfcd93845fcabd67e1b1c912b0f6ad528e7e3db10 (diff)
downloadrunit-7ece194114809d4ae3f9bcd275a9864bfdcee60f.tar.gz
runit-7ece194114809d4ae3f9bcd275a9864bfdcee60f.tar.xz
runit-7ece194114809d4ae3f9bcd275a9864bfdcee60f.zip
1.0.0.
Diffstat (limited to 'doc/utmpset.8.html')
-rw-r--r--doc/utmpset.8.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/utmpset.8.html b/doc/utmpset.8.html
index 680ad72..d7d9d04 100644
--- a/doc/utmpset.8.html
+++ b/doc/utmpset.8.html
@@ -22,10 +22,11 @@ for local login accounting. The <i><b>runit</b>(8)</i> program doesn&rsquo;t inc
 update the utmp file, the <i><b>getty</b>(8)</i> processes are handled the same as all
 other services. <p>
 To enable local login accounting, add <b>utmpset</b> to the <i><b>getty</b>(8)</i>
-run scripts, e.g.: <p>
- #!/bin/sh<br>
-  /command/utmpset -w tty5<br>
-  exec /sbin/getty 38400 tty5 linux<br>
+<i>finish</i> scripts, e.g.: <p>
+ $ cat /var/service/getty-5/finish<br>
+  #!/bin/sh<br>
+  exec utmpset -w tty5<br>
+  $<br>
  
 <h2><a name='sect3'>Options</a></h2>