This commit is contained in:
Michael Kerrisk 2008-06-29 05:00:32 +00:00
parent f6f269ab4d
commit b0075a1770
1 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,9 @@ cleans up utmp by setting \fIut_type\fP to \fBDEAD_PROCESS\fP, clearing
record which \fIut_type\fP is not \fBDEAD_PROCESS\fP or \fBRUN_LVL\fP
and where no process with PID \fIut_pid\fP exists.
If no empty record
with the needed \fIut_id\fP can be found, init creates a new one.
with the needed \fIut_id\fP can be found,
.BR init (8)
creates a new one.
It sets \fIut_id\fP from the inittab, \fIut_pid\fP and \fIut_time\fP to the
current values, and \fIut_type\fP to \fBINIT_PROCESS\fP.
.PP