From owner-cvs-all Thu Oct 1 12:26:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16576 for cvs-all-outgoing; Thu, 1 Oct 1998 12:26:24 -0700 (PDT) (envelope-from owner-cvs-all) 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 MAA16556; Thu, 1 Oct 1998 12:26:10 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19890; Thu, 1 Oct 1998 12:26:05 -0700 (PDT) Date: Thu, 1 Oct 1998 12:26:05 -0700 (PDT) Message-Id: <199810011926.MAA19890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall network.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/01 12:26:04 PDT Modified files: release/sysinstall network.c Log: Pass the '-n' flag to route(8) when setting up/tearing down the default route. If your nameserver config is wrong, this will otherwise hang for the default resolver timeout (75 seconds), leading people to think that the system has hung. Revision Changes Path 1.32 +3 -3 src/release/sysinstall/network.c