Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 1997 17:46:58 -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 command.h main.c modem.c
Message-ID:  <199709220046.RAA16580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/09/21 17:46:58 PDT

  Modified files:
    usr.sbin/ppp         command.c command.h main.c modem.c 
  Log:
  Correct the way the uucp lock file and the ttyXX.if lock
  file get created.  We don't create lock files over non-tty
  connections, but we *do* create lock files in -direct mode.
  This leaves us capable of adding utmp/wtmp support for
  successful pap & chap logins (coming soon).
  
  Revision  Changes    Path
  1.84      +11 -17    src/usr.sbin/ppp/command.c
  1.6       +13 -1     src/usr.sbin/ppp/command.h
  1.81      +13 -22    src/usr.sbin/ppp/main.c
  1.55      +71 -21    src/usr.sbin/ppp/modem.c



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