From owner-cvs-etc Fri Feb 13 20:13:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23768 for cvs-etc-outgoing; Fri, 13 Feb 1998 20:13:03 -0800 (PST) (envelope-from owner-cvs-etc) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23721; Fri, 13 Feb 1998 20:12:47 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00305; Fri, 13 Feb 1998 20:12:24 -0800 (PST) Date: Fri, 13 Feb 1998 20:12:24 -0800 (PST) Message-Id: <199802140412.UAA00305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc.network Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/02/13 20:12:24 PST Modified files: etc rc.network Log: Avoid using grep when determining ipfw's default policy -- it may not be available at this stage of the boot if /usr is NFS mounted. Revision Changes Path 1.17 +3 -2 src/etc/rc.network