From owner-cvs-usrsbin Mon Nov 17 16:27:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27677 for cvs-usrsbin-outgoing; Mon, 17 Nov 1997 16:27:05 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA27437; Mon, 17 Nov 1997 16:23:30 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA22060; Mon, 17 Nov 1997 16:20:31 -0800 (PST) Date: Mon, 17 Nov 1997 16:20:31 -0800 (PST) Message-Id: <199711180020.QAA22060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppctl pppctl.8 pppctl.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/11/17 16:20:30 PST Modified files: usr.sbin/pppctl pppctl.8 pppctl.c Log: Notice that ppp has closed the connection properly. Remove the timeout hack to notice that ppp has closed the connection. Remove the ``special case'' hacks for "quit" and "bye", as pppctl now exits immediately when the connection is closed by ppp. Suggest a secure "set server" line for connecting ppp & pppctl. Tidy up and correct a few man page typos. Revision Changes Path 1.7 +24 -33 src/usr.sbin/pppctl/pppctl.8 1.9 +23 -36 src/usr.sbin/pppctl/pppctl.c