summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-22 23:26:05 +0000
committerbrian <brian@FreeBSD.org>1999-08-22 23:26:05 +0000
commit731a1c9a390f40a2241d0ade45172475d7d815f4 (patch)
tree9e39d4bcb94e937b4af149f3e1ae67ab8dc0f472 /etc/defaults
parentae2e544f3743b1296b1d9f6d4159e8691138053a (diff)
downloadFreeBSD-src-731a1c9a390f40a2241d0ade45172475d7d815f4.zip
FreeBSD-src-731a1c9a390f40a2241d0ade45172475d7d815f4.tar.gz
ppp_alias -> ppp_nat
Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 995e77e..f4f6035 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.28 1999/08/14 17:13:40 obrien Exp $
+# $Id: rc.conf,v 1.29 1999/08/14 17:15:19 obrien Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -64,7 +64,7 @@ sppp_interfaces="" # List of sppp interfaces.
ppp_enable="NO" # Start user-ppp (or NO).
ppp_mode="auto" # Choice of "auto", "ddial", "direct" or "dedicated".
# For details see man page for ppp(8). Default is auto.
-ppp_alias="YES" # Packet aliasing (NAT/masquerading) or NO.
+ppp_nat="YES" # Use PPP's internal network address translation or NO.
ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.
### Network daemon (miscellaneous) & NFS options: ###
OpenPOWER on IntegriCloud