diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-22 07:37:45 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-22 19:51:07 +0000 |
| commit | 6d15e0efa0b3a85cf69f3c72d3f24f4f97850a03 (patch) | |
| tree | 84984d8abfd16cf1c1da03ac56f990f4e8c62746 | |
| parent | 0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 (diff) | |
ttys: Correct comment about required statuses
The status field also accepts onifconsole and onifexists,
so it looks crusty saying that it only accepts on and off.
Reviewed by: imp
Closes: https://github.com/freebsd/freebsd-src/pull/2042
| -rw-r--r-- | sbin/init/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/ttys b/sbin/init/ttys index 4aa4ddfce6fe..664bb14b02c8 100644 --- a/sbin/init/ttys +++ b/sbin/init/ttys @@ -15,9 +15,9 @@ # Other common values include dialup for incoming modem ports, # and unknown when the terminal type cannot be predetermined. # -# status Must be on or off. If on, init will run the getty program on -# the specified port. If the word "secure" appears, this tty -# allows root login. +# status Must be on, onifconsole, onifexists, or off. If on, init +# will run the getty program on the specified port. If the +# word "secure" appears, this tty allows root login. # # name getty type status comments # |
