. Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
#
|
|
# @(#)ttys 5.1 (Berkeley) 4/17/89
|
|
#
|
|
# name getty type status comments
|
|
#
|
|
# This entry needed for asking password when init goes to single-user mode
|
|
# If you want to be asked for password, change "secure" to "insecure" here
|
|
#console none unknown off secure
|
|
vga none cons25 off secure
|
|
#
|
|
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
|
# Virtual terminals
|
|
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
|
|
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv3 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv4 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv5 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv6 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv7 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv8 "/usr/libexec/getty Pc" cons25 on secure
|
|
#ttyv9 "/usr/libexec/getty Pc" cons25 on secure
|
|
# Pseudo terminals
|
|
ttyp0 none network secure
|
|
ttyp1 none network secure
|
|
ttyp2 none network secure
|
|
ttyp3 none network
|
|
ttyp4 none network
|
|
ttyp5 none network
|
|
ttyp6 none network
|
|
ttyp7 none network
|
|
ttyp8 none network
|
|
ttyp9 none network
|