From 731a1c9a390f40a2241d0ade45172475d7d815f4 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 22 Aug 1999 23:26:05 +0000 Subject: ppp_alias -> ppp_nat Submitted by: Josef L. Karthauser --- etc/rc.network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/rc.network') diff --git a/etc/rc.network b/etc/rc.network index 1c2529d..09ecc77 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.53 1999/08/10 09:45:31 des Exp $ +# $Id: rc.network,v 1.54 1999/08/19 21:15:16 brian Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -106,8 +106,8 @@ network_pass1() { ppp_command="-${ppp_mode} "; # Switch on alias mode? - if [ "X$ppp_alias" = X"YES" ]; then - ppp_command="${ppp_command} -alias"; + if [ "X$ppp_nat" = X"YES" ]; then + ppp_command="${ppp_command} -nat"; fi echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile} -- cgit v1.1