diff options
author | jkh <jkh@FreeBSD.org> | 1994-06-16 12:14:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-06-16 12:14:08 +0000 |
commit | 8aa1fea701911c3335be9326b6be088021e8e72d (patch) | |
tree | f77018131fa295a9819403e05559093150154c4d /etc/ttys | |
parent | 5dd36f61bae2e8ef02548db55596a414f87023ce (diff) | |
download | FreeBSD-src-8aa1fea701911c3335be9326b6be088021e8e72d.zip FreeBSD-src-8aa1fea701911c3335be9326b6be088021e8e72d.tar.gz |
I'll leave the addition of the line, but there's just absolutely no
way I'm going to allow this to be set to secure. People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # name getty type status comments # # This entry needed for asking password when init goes to single-user mode -console none unknown off insecure +console none unknown off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals |