diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:01:15 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:01:15 +0000 |
commit | dd991de030cfb3eb639827249f93d94f365cdde6 (patch) | |
tree | b744377e118a38520d1937f3bf3f23e718209a64 /release/picobsd/bridge/crunch.conf | |
parent | e1e6b9d3c6f5d4c5bef0fba915a31ef5f7809c96 (diff) | |
download | src-dd991de030cfb3eb639827249f93d94f365cdde6.tar.gz src-dd991de030cfb3eb639827249f93d94f365cdde6.zip |
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
Notes
Notes:
svn path=/head/; revision=139118
Diffstat (limited to 'release/picobsd/bridge/crunch.conf')
-rw-r--r-- | release/picobsd/bridge/crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index 7da433aa86cc..911f738d88a8 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -18,7 +18,7 @@ # Default build options. Basically tell the Makefiles which understand # that to use the most compact possible version of the code. # -buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNO_INET6 +buildopts -DNOPAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DPPP_NO_PAM -DNOIPSEC -DNO_INET6 # directories where to look for sources of various binaries. # @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf) |