summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-02-20 14:45:06 +0000
committerbrian <brian@FreeBSD.org>1998-02-20 14:45:06 +0000
commit897caf0c18bcab0acbf3b36790fd166245de5ff6 (patch)
tree01a6b616bbca1eb076cbaa04383ff027f95923be /etc
parent52f295ed40d46165a961db7986e4f6a5585113ba (diff)
downloadFreeBSD-src-897caf0c18bcab0acbf3b36790fd166245de5ff6.zip
FreeBSD-src-897caf0c18bcab0acbf3b36790fd166245de5ff6.tar.gz
Remove useless argument to ``. start_if.$ifn''
Pointed out by: Tim Tsai <tim@futuresouth.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr4
-rw-r--r--etc/rc.d/netoptions4
-rw-r--r--etc/rc.d/network14
-rw-r--r--etc/rc.d/network24
-rw-r--r--etc/rc.d/network34
-rw-r--r--etc/rc.d/routing4
-rw-r--r--etc/rc.network4
7 files changed, 14 insertions, 14 deletions
diff --git a/etc/network.subr b/etc/network.subr
index a66013b..2879f16 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index a66013b..2879f16 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index a66013b..2879f16 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index a66013b..2879f16 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index a66013b..2879f16 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index a66013b..2879f16 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
diff --git a/etc/rc.network b/etc/rc.network
index a66013b..2879f16 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.17 1998/02/14 04:12:23 alex Exp $
+# $Id: rc.network,v 1.18 1998/02/16 19:21:32 guido Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -28,7 +28,7 @@ network_pass1() {
# Set up all the network interfaces, calling startup scripts if needed
for ifn in ${network_interfaces}; do
if [ -e /etc/start_if.${ifn} ]; then
- . /etc/start_if.${ifn} ${ifn}
+ . /etc/start_if.${ifn}
fi
# Do the primary ifconfig if specified
eval ifconfig_args=\$ifconfig_${ifn}
OpenPOWER on IntegriCloud