summaryrefslogtreecommitdiffstats
path: root/etc/netstart
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-08-25 07:18:04 +0000
committerdg <dg@FreeBSD.org>1995-08-25 07:18:04 +0000
commit709901aa3df4dec21db0b8804077a2b7ec457f11 (patch)
tree9a023afcb57a146cafee31222961fbf8cf4e2808 /etc/netstart
parent94dbdb276141e523f3b823082fc5c33040400cac (diff)
downloadFreeBSD-src-709901aa3df4dec21db0b8804077a2b7ec457f11.zip
FreeBSD-src-709901aa3df4dec21db0b8804077a2b7ec457f11.tar.gz
Add missing quote.
Submitted by: Morgan Davis <root@io.cts.com>
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 6ac2ac0..9394644 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: netstart,v 1.33 1995/06/25 09:35:56 asami Exp $
+# $Id: netstart,v 1.34 1995/08/23 07:12:15 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -54,7 +54,7 @@ for i in ${static_routes}; do
route add ${route_args}
done
-if [ "x$gateway" != "xNO ]; then
+if [ "x$gateway" != "xNO" ]; then
echo 'configuring host as a gateway.'
sysctl -w net.inet.ip.forwarding=1
fi
OpenPOWER on IntegriCloud