From owner-cvs-libexec Sun May 5 12:01:30 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02625 for cvs-libexec-outgoing; Sun, 5 May 1996 12:01:30 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02606 Sun, 5 May 1996 12:01:20 -0700 (PDT) Date: Sun, 5 May 1996 12:01:20 -0700 (PDT) From: Joerg Wunsch Message-Id: <199605051901.MAA02606@freefall.freebsd.org> 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 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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