minix/etc/ttys
Ben Gras a06e2ab395 big <utmp.h>-inspired netbsd switch
import/switch of:
init, getty, reboot, halt, shutdown, wall, last

changes:
	. change reboot() call to netbsd prototype and args
	. allows pristine <utmp.h>
	. use clean <sys/reboot.h> instead of <minix/reboot.h>
	. implement TIOCSCTTY for use by getty so getty can get
	  controlling terminal from init's child(ren)
	. allow NULL envp for exec

Change-Id: I5ca02cb4230857140c08794bbfeba7df982c58a3
2014-03-01 09:05:02 +01:00

45 lines
1.1 KiB
Plaintext
Executable file

#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
# name getty type status comments
#
console "/usr/libexec/getty default" minix on secure
ttyc1 "/usr/libexec/getty default" minix on secure
ttyc2 "/usr/libexec/getty default" minix on secure
ttyc3 "/usr/libexec/getty default" minix on secure
tty00 "" unknown off secure
tty01 "" unknown off secure
ttyp0 "" network off
ttyp1 "" network off
ttyp2 "" network off
ttyp3 "" network off
ttyp4 "" network off
ttyp5 "" network off
ttyp6 "" network off
ttyp7 "" network off
ttyp8 "" network off
ttyp9 "" network off
ttypa "" network off
ttypb "" network off
ttypc "" network off
ttypd "" network off
ttype "" network off
ttypf "" network off
ttyq0 "" network off
ttyq1 "" network off
ttyq2 "" network off
ttyq3 "" network off
ttyq4 "" network off
ttyq5 "" network off
ttyq6 "" network off
ttyq7 "" network off
ttyq8 "" network off
ttyq9 "" network off
ttyqa "" network off
ttyqb "" network off
ttyqc "" network off
ttyqd "" network off
ttyqe "" network off
ttyqf "" network off