[BACK]Return to ttys CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / etc.sgimips

File: [cvs.NetBSD.org] / src / etc / etc.sgimips / ttys (download)

Revision 1.7, Sun Jun 20 21:30:28 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-base, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: mjf-devfs2, matt-armv6, keiichi-mipv6
Changes since 1.6: +1 -113 lines

remove ad-hok list of pty's from port tty files, and auto-generate it so
that it is consistent, and in the proper order.

#
#	$NetBSD: ttys,v 1.7 2004/06/20 21:30:28 christos Exp $
#
# name	getty				type	status		comments

# In normal operation, getty on the 'console' pseudo-device is disabled, and
# is enabled for the correct 'real' device (e.g. one of the serial ports).
# If the console is marked insecure, single-user requires the root password.

# Console pseudo-device
console	"/usr/libexec/getty std.9600"	vt100	on secure

# "com" serial console port
ttyC0	"/usr/libexec/getty std.9600"	vt100	off secure
ttyC1	"/usr/libexec/getty std.9600"	vt100	off secure

# "zstty" serial console port
ttyZ0	"/usr/libexec/getty std.9600"	vt100	off secure
ttyZ1	"/usr/libexec/getty std.9600"	vt100	off secure