Date: Sun, 5 May 1996 12:01:20 -0700 (PDT) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/getty Makefile extern.h getty.8 gettytab.5 gettytab.h init.c main.c pathnames.h subr.c ttys.5 Message-ID: <199605051901.MAA02606@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/05/05 12:01:19
Modified: libexec/getty Makefile extern.h getty.8 gettytab.5
gettytab.h init.c main.c pathnames.h subr.c ttys.5
Log:
Finally commit the changes that make getty(8) no longer depend on the
COMPAT_43 cruft. This is supposedly the last core utility that has
been using it! (So now, one should be able to remove this option from
the config files. Be aware that the last officially released xterm
however still requires it.)
The getty has been running now for several weeks on my modem line, so
i feel safe about it.
Obtained from: mostly from the NetBSD vendor-branch
Revision Changes Path
1.5 +5 -2 src/libexec/getty/Makefile
1.2 +18 -12 src/libexec/getty/Attic/extern.h
1.4 +6 -5 src/libexec/getty/getty.8
1.6 +109 -43 src/libexec/getty/gettytab.5
1.3 +33 -15 src/libexec/getty/gettytab.h
1.3 +40 -25 src/libexec/getty/init.c
1.9 +183 -117 src/libexec/getty/main.c
1.4 +4 -3 src/libexec/getty/pathnames.h
1.6 +387 -129 src/libexec/getty/subr.c
1.3 +20 -5 src/libexec/getty/ttys.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605051901.MAA02606>
