From 5dd36f61bae2e8ef02548db55596a414f87023ce Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 16 Jun 1994 11:13:44 +0000 Subject: [PATCH] Choose secure single-user mode by default Without this entry init.bsdi don't ask root password when it goes to sigle-user. This entry must present here in any case, subject of arguing can be only default mode, I mean "secure" or "insecure" here. Please consider this entry like template and change "insecure" to "secure" if you are _shure_, but not back out whole line. # This entry needed for asking password when init goes to single-user mode console none unknown off insecure --- etc/ttys | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ttys b/etc/ttys index 4d1bfcf7a1d8..46d6c4f7b312 100644 --- a/etc/ttys +++ b/etc/ttys @@ -3,6 +3,9 @@ # # name getty type status comments # +# This entry needed for asking password when init goes to single-user mode +console none unknown off insecure +# ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure