summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:01:15 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:01:15 +0000
commitb74e87102d00fdd46ad107c6ed10dedbe5e61add (patch)
treeb744377e118a38520d1937f3bf3f23e718209a64 /share/examples/etc
parenta90b1e36568bbf68413166df0db874fdf3e841c2 (diff)
downloadFreeBSD-src-b74e87102d00fdd46ad107c6ed10dedbe5e61add.zip
FreeBSD-src-b74e87102d00fdd46ad107c6ed10dedbe5e61add.tar.gz
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
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index f0f5a39..cab2916 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -145,11 +145,10 @@
#NO_USB= # do not build usbd(8) and related programs
#
# Variables that control how ppp(8) is built.
-#NOALIAS= # do not build with NAT support (see make.conf(5))
-#NONAT= # do not build with NAT support (see make.conf(5))
-#NONETGRAPH= # do not build with NETGRAPH support
-#NORADUIS= # do not build with RADUIS support
-#PPP_NOSUID= # build with normal permissions
+#PPP_NO_NAT= # do not build with NAT support (see make.conf(5))
+#PPP_NO_NETGRAPH= # do not build with Netgraph support
+#PPP_NO_RADUIS= # do not build with RADIUS support
+#PPP_NO_SUID= # build with normal permissions
#
# Variables to control whether parts of the base BIND are built.
# Defining NO_BIND makes all of the following BIND variables obsolete.
OpenPOWER on IntegriCloud