From owner-cvs-all Thu Aug 19 11:16:36 1999 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 D9B7515980; Thu, 19 Aug 1999 11:16:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA60297; Thu, 19 Aug 1999 11:15:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199908191815.LAA60297@freefall.freebsd.org> From: Brian Somers Date: Thu, 19 Aug 1999 11:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c alias_cmd.h bundle.c bundle.h command.c ipcp.c layer.h main.c mbuf.c mbuf.h mp.c physical.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/08/19 11:15:54 PDT Modified files: usr.sbin/ppp alias_cmd.c alias_cmd.h bundle.c bundle.h command.c ipcp.c layer.h main.c mbuf.c mbuf.h mp.c physical.c ppp.8 Log: o Add the -foreground switch. This switch behaves like -background except that ppp stays in the foreground. o Add the -quiet switch to quieten ppps startup o Add the -nat flag and discourage the use of the -alias flag. Both do the same thing. o Correct some nat usage strings. o Change the internal ``alias'' command to ``nat''. Revision Changes Path 1.30 +29 -29 src/usr.sbin/ppp/alias_cmd.c 1.12 +6 -6 src/usr.sbin/ppp/alias_cmd.h 1.63 +2 -2 src/usr.sbin/ppp/bundle.c 1.26 +2 -2 src/usr.sbin/ppp/bundle.h 1.208 +38 -38 src/usr.sbin/ppp/command.c 1.83 +4 -4 src/usr.sbin/ppp/ipcp.c 1.2 +2 -2 src/usr.sbin/ppp/layer.h 1.157 +78 -65 src/usr.sbin/ppp/main.c 1.29 +2 -2 src/usr.sbin/ppp/mbuf.c 1.19 +3 -3 src/usr.sbin/ppp/mbuf.h 1.27 +4 -4 src/usr.sbin/ppp/mp.c 1.21 +4 -4 src/usr.sbin/ppp/physical.c 1.191 +76 -46 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message