Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 1997 17:52:31 -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 Makefile alias_cmd.c async.c auth.c ccp.c chap.c chat.c command.c hdlc.c ip.c ipcp.c lcp.c log.c lqr.c main.c modem.c os.c pap.c systems.c systems.h vars.c vars.h
Message-ID:  <199705260052.RAA24751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/05/25 17:52:31 PDT

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         Makefile alias_cmd.c async.c auth.c ccp.c 
                         chap.c chat.c command.c hdlc.c ip.c 
                         ipcp.c lcp.c log.c lqr.c main.c modem.c 
                         os.c pap.c systems.c systems.h vars.c 
                         vars.h 
  Log:
  YAMFC: De-couple ppp from libalias.  If libalias isn't there, the
         alias commands simply won't work.  Only root may specify the
         location of the alias lib (otherwise, it's hard-coded).
  
         Make logprintf silently fail if LogOpen hasn't been called.
  
  Suggested by:   eivind
  
  Revision  Changes    Path
  1.9.2.6   +6 -6      src/usr.sbin/ppp/Makefile
  1.1.2.2   +22 -32    src/usr.sbin/ppp/alias_cmd.c
  1.5.2.1   +2 -1      src/usr.sbin/ppp/async.c
  1.7.2.4   +2 -1      src/usr.sbin/ppp/auth.c
  1.7.2.3   +2 -1      src/usr.sbin/ppp/ccp.c
  1.7.2.6   +2 -1      src/usr.sbin/ppp/chap.c
  1.11.2.8  +6 -1      src/usr.sbin/ppp/chat.c
  1.24.2.14 +26 -15    src/usr.sbin/ppp/command.c
  1.9.2.3   +2 -1      src/usr.sbin/ppp/hdlc.c
  1.9.2.9   +6 -5      src/usr.sbin/ppp/ip.c
  1.9.2.10  +3 -3      src/usr.sbin/ppp/ipcp.c
  1.10.2.7  +2 -1      src/usr.sbin/ppp/lcp.c
  1.4.2.4   +6 -4      src/usr.sbin/ppp/log.c
  1.7.2.4   +2 -1      src/usr.sbin/ppp/lqr.c
  1.22.2.19 +8 -6      src/usr.sbin/ppp/main.c
  1.24.2.10 +2 -1      src/usr.sbin/ppp/modem.c
  1.7.2.7   +2 -1      src/usr.sbin/ppp/os.c
  1.7.2.3   +2 -1      src/usr.sbin/ppp/pap.c
  1.6.2.4   +8 -1      src/usr.sbin/ppp/systems.c
  1.1.4.1   +2 -1      src/usr.sbin/ppp/systems.h
  1.9.2.5   +3 -2      src/usr.sbin/ppp/vars.c
  1.7.2.6   +15 -1     src/usr.sbin/ppp/vars.h



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