Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 1998 11:50:04 -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 command.c ppp.8
Message-ID:  <199805081850.LAA12101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/08 11:50:03 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         command.c ppp.8 
  Log:
  Make the `link' and `clone' commands understand a comma-separated
  list of links, and make `link' understand `*' for all links.  This
  allows (for example):
  
    clone 1,2,3,4,5
    link 1,3 open
    link 2,4,5 rm
    close
    link * rm
  
  Revision  Changes    Path
  1.131.2.80 +53 -15    src/usr.sbin/ppp/command.c
  1.97.2.29 +13 -4     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?199805081850.LAA12101>