summaryrefslogtreecommitdiff
path: root/etc/netstart
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-04-06 09:24:48 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-04-06 09:24:48 +0000
commit7d2174e8cbf75813b8ceaaefca964ea59bda9eab (patch)
treea581952636b5c442f0fdfb9366ba4aea2961e8c3 /etc/netstart
parent34fb754b6c66c5ffb13ce364c326fae9b70dbcfb (diff)
Notes
Diffstat (limited to 'etc/netstart')
-rwxr-xr-xetc/netstart4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart
index 220bc1bfe3b8..922d30341b24 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: netstart,v 1.42 1996/02/11 04:07:25 jkh Exp $
+# $Id: netstart,v 1.43 1996/04/03 17:13:58 phk Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -24,7 +24,7 @@ if [ -n "$defaultdomainname" -a "x$defaultdomainname" != "xNO" ] ; then
fi
# If IP filtering
-if [ -n "$firewall" -a "x$firewall" != "xNO" -f /etc/rc.firewall ] ; then
+if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then
sh /etc/rc.firewall
fi