cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/usr.sbin/ppp Makefile src/tools/tools/nanobsd make.conf src/release/picobsd/bridge crunch.conf

Ruslan Ermilov ru at FreeBSD.org
Tue Dec 21 04:01:16 PST 2004


ru          2004-12-21 12:01:15 UTC

  FreeBSD src repository

  Modified files:
    share/examples/etc   make.conf 
    share/man/man5       make.conf.5 
    usr.sbin/ppp         Makefile 
    tools/tools/nanobsd  make.conf 
    release/picobsd/bridge crunch.conf 
  Log:
  Overhaul ppp(8) build options so they are safe to use in
  /etc/make.conf:
  
  NOALIAS -> retired (support provided by PPP_NO_NAT)
  NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
  NODES -> PPP_NO_DES (support was broken, now recovered)
  NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
  NOKLDLOAD -> PPP_NO_KLDLOAD
  NONAT -> PPP_NO_NAT
  NONETGRAPH -> PPP_NO_NETGRAPH
  NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
  NORADIUS -> PPP_NO_RADIUS
  NOSUID -> retired (support provided by PPP_NO_SUID)
  PPP_NOSUID -> PPP_NO_SUID
  
  Revision  Changes    Path
  1.16      +1 -1      src/release/picobsd/bridge/crunch.conf
  1.251     +4 -5      src/share/examples/etc/make.conf
  1.111     +13 -19    src/share/man/man5/make.conf.5
  1.17      +1 -1      src/tools/tools/nanobsd/make.conf
  1.108     +26 -18    src/usr.sbin/ppp/Makefile


More information about the cvs-all mailing list