From owner-cvs-all@FreeBSD.ORG Fri Sep 2 17:05:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1421616A41F; Fri, 2 Sep 2005 17:05:08 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2AF243D46; Fri, 2 Sep 2005 17:05:07 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j82H57wj063232; Fri, 2 Sep 2005 17:05:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j82H57wM063231; Fri, 2 Sep 2005 17:05:07 GMT (envelope-from brooks) Message-Id: <200509021705.j82H57wM063231@repoman.freebsd.org> From: Brooks Davis Date: Fri, 2 Sep 2005 17:05:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d netif X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 17:05:08 -0000 brooks 2005-09-02 17:05:07 UTC FreeBSD src repository Modified files: etc/rc.d netif Log: Block SIGQUIT (Ctrl-C) while running in startup mode. This should allow dhclient's to be killed without stopping all boot progress. Minor cleanup of the interface list generation code. Revision Changes Path 1.15 +4 -4 src/etc/rc.d/netif