Date: Mon, 13 Dec 2004 12:51:20 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c lcp.c lcp.h lqr.c ppp.8.m4 Message-ID: <200412131251.iBDCpKLG044509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2004-12-13 12:51:20 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c lcp.c lcp.h lqr.c ppp.8.m4 Log: Implement an ``enable/disable echo'' option, defaults to off. This allows LCP ECHOs to be enabled independently of LQR reports. Note: This introduces a change in the default behaviour (search for lqr and echo in the man page). I'll update UPDATING to reflect this. PR: 74821 Revision Changes Path 1.304 +37 -15 src/usr.sbin/ppp/command.c 1.108 +3 -0 src/usr.sbin/ppp/lcp.c 1.31 +1 -0 src/usr.sbin/ppp/lcp.h 1.49 +15 -13 src/usr.sbin/ppp/lqr.c 1.315 +53 -7 src/usr.sbin/ppp/ppp.8.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412131251.iBDCpKLG044509>