summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network1
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network1')
-rw-r--r--etc/rc.d/network14
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 81cd4d2..a10e8fd 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
OpenPOWER on IntegriCloud