Date: Fri, 26 Nov 1999 14:44:35 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <199911262244.OAA78016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911262244.OAA78016>