diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2014-01-20 18:15:06 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2014-01-20 18:15:06 +0000 |
| commit | 0894229871bebfbd52f98485b9e62a2b88a1da1f (patch) | |
| tree | 4e3148296da1dfbb27b5f98e69f14f2485a72627 /libexec | |
| parent | 2f0df38779485ad0ab0de65580036c0ae41f4167 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/ttys.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 18151c9855fe..71a4b2b58072 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -102,8 +102,11 @@ ttys as a group. .Pp As flag values, the strings ``on'' and ``off'' specify that .Xr init 8 -should (should not) execute the command given in the second field, -while ``secure'' (if ``on'' is also specified) allows users with a +should (should not) execute the command given in the second field. +``onifconsole'' will cause this line to be enabled if and only if it is +an active kernel console device (it is equivalent to ``on'' in this +case). +The flag ``secure'' (if the console is enabled) allows users with a uid of 0 to login on this line. The flag ``dialin'' indicates that a tty entry describes a dialin |
