From owner-freebsd-current Fri Aug 25 00:07:57 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA03903 for current-outgoing; Fri, 25 Aug 1995 00:07:57 -0700 Received: from mailhub.cts.com (mailhub.cts.com [192.188.72.25]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id AAA03897 for ; Fri, 25 Aug 1995 00:07:56 -0700 Received: from io.cts.com by mailhub.cts.com with smtp (Smail3.1.29.1 #18) id m0slsrr-000UzxC; Fri, 25 Aug 95 00:07 PDT Received: (from root@localhost) by io.cts.com (8.6.12/8.6.9) id AAA00382 for current@freebsd.org; Fri, 25 Aug 1995 00:07:53 -0700 From: Morgan Davis Message-Id: <199508250707.AAA00382@io.cts.com> Subject: Error in netstart To: current@freebsd.org Date: Fri, 25 Aug 1995 00:07:52 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 168 Sender: current-owner@freebsd.org Precedence: bulk There's an unterminated quote in /usr/src/etc/netstart: if [ "x$gateway" != "xNO ]; then echo 'configuring host as a gateway.' sysctl -w net.inet.ip.forwarding=1 fi