summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-01 20:04:42 +0000
committerjkh <jkh@FreeBSD.org>1997-05-01 20:04:42 +0000
commit190f7e4d5b1aebe7ad8c3b6e5f41224647631c20 (patch)
treef1511e4f938d930e5dc442259e72d50c874599c3 /etc
parent52708aea5b446e94b7475c41d0da4a02ee19c71f (diff)
downloadFreeBSD-src-190f7e4d5b1aebe7ad8c3b6e5f41224647631c20.zip
FreeBSD-src-190f7e4d5b1aebe7ad8c3b6e5f41224647631c20.tar.gz
YAMF22
PR: 3456
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 783945c..fc534ed 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 783945c..fc534ed 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 783945c..fc534ed 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 783945c..fc534ed 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 783945c..fc534ed 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 783945c..fc534ed 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
diff --git a/etc/rc.network b/etc/rc.network
index 783945c..fc534ed 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.2 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.network,v 1.3 1997/05/01 04:38:16 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -58,7 +58,7 @@ network_pass1() {
# If IP filtering
if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
echo -n ' firewall'
- sh /etc/rc.firewall
+ . /etc/rc.firewall
fi
if [ "x$defaultrouter" != "xNO" ] ; then
OpenPOWER on IntegriCloud