diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-02 19:47:05 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-02 19:47:05 +0000 |
| commit | f8c4a67b6a417ba95d924b4a2c6ec7aaaaa5da3e (patch) | |
| tree | 430be82d6960bf74672bdebeb4ca52b4393e59f3 /etc/netstart | |
| parent | 876791a6b6b9423d0385ece835d9a058e13e53dc (diff) | |
Notes
Diffstat (limited to 'etc/netstart')
| -rwxr-xr-x | etc/netstart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index 7d2bd37488a0..122bb31e89fd 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: netstart,v 1.35 1995/08/25 07:18:04 davidg Exp $ +# $Id: netstart,v 1.36 1995/12/28 01:24:03 jkh Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -56,7 +56,7 @@ done if [ "x$gateway" != "xNO" ]; then echo 'configuring host as a gateway.' - sysctl -w net.inet.ip.forwarding=1 >& /dev/null + sysctl -w net.inet.ip.forwarding=1 >/dev/null 2>&1 fi if [ "x$routedflags" != "xNO" ] ; then |
