From owner-cvs-all Fri May 29 11:32:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04047 for cvs-all-outgoing; Fri, 29 May 1998 11:32:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04038; Fri, 29 May 1998 11:32:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02448; Fri, 29 May 1998 11:32:13 -0700 (PDT) Date: Fri, 29 May 1998 11:32:13 -0700 (PDT) Message-Id: <199805291832.LAA02448@freefall.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 defs.c defs.h ipcp.c main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/05/29 11:32:13 PDT Modified files: usr.sbin/ppp bundle.c command.c datalink.c defs.c defs.h ipcp.c main.c Log: o Make modes consistent throughout ppp. The same strings are used in `set mode', `allow modes', on the command line and when outputting mode names. The strings are matched so that only enough characters to uniquely identify the string are required, so you can now ppp -a mylabel (for auto mode) ppp -b mylabel (for background mode) ppp -dd mylabel (for direct dial mode) etc. o Make -ddial dial when specified on the command line (oops). Pointed out by: Alex Revision Changes Path 1.11 +18 -18 src/usr.sbin/ppp/bundle.c 1.136 +6 -5 src/usr.sbin/ppp/command.c 1.7 +12 -11 src/usr.sbin/ppp/datalink.c 1.15 +5 -5 src/usr.sbin/ppp/defs.c 1.32 +9 -9 src/usr.sbin/ppp/defs.h 1.53 +4 -4 src/usr.sbin/ppp/ipcp.c 1.128 +36 -46 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message