From owner-cvs-all Fri May 26 1:27: 5 2000 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 B46C137B73B; Fri, 26 May 2000 01:26:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99984; Fri, 26 May 2000 01:26:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200005260826.BAA99984@freefall.freebsd.org> From: Brian Somers Date: Fri, 26 May 2000 01:26:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/05/26 01:26:57 PDT Modified files: usr.sbin/ppp bundle.c datalink.c Log: When we do a ``dial'' or ``open'' from DATALINK_READY, go to DATALINK_CARRIER and turn off scripting. This should fix instances where ``term'' is used followed by ~. and then ``dial''/``open'' (it currently just sits there looking at you). Reported by: Tim Vanderhoek Revision Changes Path 1.93 +5 -6 src/usr.sbin/ppp/bundle.c 1.61 +5 -3 src/usr.sbin/ppp/datalink.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message