diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-08-22 23:26:05 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-08-22 23:26:05 +0000 |
| commit | cdd53d9ce9fdb6916e3f602f4bb6faf020e527a8 (patch) | |
| tree | e8cae5834133c7bc0ad2aae68d7755543f773519 /etc/rc.d | |
| parent | ff3bb91ab43f03d8574f5d0d3e0c63c202f7e01b (diff) | |
Notes
Diffstat (limited to 'etc/rc.d')
| -rw-r--r-- | etc/rc.d/netoptions | 6 | ||||
| -rw-r--r-- | etc/rc.d/network1 | 6 | ||||
| -rw-r--r-- | etc/rc.d/network2 | 6 | ||||
| -rw-r--r-- | etc/rc.d/network3 | 6 | ||||
| -rw-r--r-- | etc/rc.d/routing | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index 1c2529d2d88d..09ecc775e2e3 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -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} diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 1c2529d2d88d..09ecc775e2e3 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -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} diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 1c2529d2d88d..09ecc775e2e3 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -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} diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index 1c2529d2d88d..09ecc775e2e3 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -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} diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 1c2529d2d88d..09ecc775e2e3 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -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} |
