From owner-cvs-all Fri Nov 26 14:44:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA514151C8; Fri, 26 Nov 1999 14:44:35 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA78016; Fri, 26 Nov 1999 14:44:35 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199911262244.OAA78016@freefall.freebsd.org> From: Brian Somers Date: Fri, 26 Nov 1999 14:44:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c defs.h ether.c ether.h exec.c i4b.c i4b.h physical.c physical.h ppp.8 tcp.c tty.c tty.h udp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/11/26 14:44:35 PST Modified files: usr.sbin/ppp command.c defs.h ether.c ether.h exec.c i4b.c i4b.h physical.c physical.h ppp.8 tcp.c tty.c tty.h udp.c Log: Change ``set cd'' so that its default value is device specific. The default is still 1 second for ttys, but is now 6 seconds for i4b (ISDN) devices and 5 seconds for ethernet (PPPoE) devices. Revision Changes Path 1.224 +3 -3 src/usr.sbin/ppp/command.c 1.47 +2 -3 src/usr.sbin/ppp/defs.h 1.9 +22 -6 src/usr.sbin/ppp/ether.c 1.2 +3 -1 src/usr.sbin/ppp/ether.h 1.13 +4 -1 src/usr.sbin/ppp/exec.c 1.7 +19 -4 src/usr.sbin/ppp/i4b.c 1.4 +3 -1 src/usr.sbin/ppp/i4b.h 1.32 +9 -5 src/usr.sbin/ppp/physical.c 1.20 +12 -8 src/usr.sbin/ppp/physical.h 1.204 +43 -24 src/usr.sbin/ppp/ppp.8 1.10 +4 -1 src/usr.sbin/ppp/tcp.c 1.20 +14 -8 src/usr.sbin/ppp/tty.c 1.6 +3 -1 src/usr.sbin/ppp/tty.h 1.10 +4 -1 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message