Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 1998 11:32:13 -0700 (PDT)
From:      Brian Somers <brian@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
Message-ID:  <199805291832.LAA02448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <garbanzo@hooked.net>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805291832.LAA02448>