aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-04-12 15:26:41 +0000
committerBrian Somers <brian@FreeBSD.org>1999-04-12 15:26:41 +0000
commitb9a5e41806610a3cd8fe9e6b9fcfd3e98f55f04b (patch)
treeb44e56ceb40500c386bbe335f38e80fd267b3bee
parent4c1b08b3bba3cd2f4ef58acf85da277d915bab28 (diff)
Notes
-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 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then
diff --git a/etc/rc.network b/etc/rc.network
index 81cd4d2f3164d..a10e8fdb73aa8 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.42 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.network,v 1.43 1999/04/10 10:56:58 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -105,7 +105,7 @@ network_pass1() {
fi
if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
. ${firewall_script}
- echo -n 'Firewall rules loaded, starting divert daemons: '
+ echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then