Date: Thu, 19 Aug 1999 11:15:54 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <199908191815.LAA60297@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908191815.LAA60297>