Date: Mon, 15 Jun 1998 12:05:35 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c datalink.c datalink.h lqr.c main.c modem.c ppp.8 Message-ID: <199806151905.MAA20024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/06/15 12:05:34 PDT Modified files: usr.sbin/ppp bundle.c command.c datalink.c datalink.h lqr.c main.c modem.c ppp.8 Log: Make `close lcp' just close the LCP layer and not hangup. This is useful for slirp users that wish to get their shell back after the ppp session. `close' with no args still hangs up as expected. Required by: jmz Revision Changes Path 1.16 +16 -10 src/usr.sbin/ppp/bundle.c 1.142 +25 -22 src/usr.sbin/ppp/command.c 1.9 +25 -11 src/usr.sbin/ppp/datalink.c 1.4 +9 -2 src/usr.sbin/ppp/datalink.h 1.26 +3 -3 src/usr.sbin/ppp/lqr.c 1.131 +3 -3 src/usr.sbin/ppp/main.c 1.89 +5 -5 src/usr.sbin/ppp/modem.c 1.105 +11 -3 src/usr.sbin/ppp/ppp.8 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?199806151905.MAA20024>