From owner-cvs-usrsbin Tue Apr 15 00:00:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA21130 for cvs-usrsbin-outgoing; Tue, 15 Apr 1997 00:00:42 -0700 (PDT) Received: (from danny@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA21123; Tue, 15 Apr 1997 00:00:40 -0700 (PDT) Date: Tue, 15 Apr 1997 00:00:40 -0700 (PDT) From: "Daniel O'Callaghan" Message-Id: <199704150700.AAA21123@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd auth.c main.c pathnames.h pppd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 97/04/15 00:00:39 Modified: usr.sbin/pppd auth.c main.c pathnames.h pppd.8 Log: Reviewed by: Brian Somers pppd now creates /var/run/ttyXn.if file containing the interface name; check that a 'login' user is not listed in /etc/ppp/ppp.disabled; check that a 'login' user's shell is listed in /etc/ppp/ppp.shells; make sure that passwordless 'login' logins are recorded in wtmp and utmp. Revision Changes Path 1.14 +75 -24 src/usr.sbin/pppd/auth.c 1.11 +24 -2 src/usr.sbin/pppd/main.c 1.6 +4 -1 src/usr.sbin/pppd/pathnames.h 1.11 +16 -1 src/usr.sbin/pppd/pppd.8