From owner-cvs-ports@FreeBSD.ORG Sat Oct 15 13:18:21 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD65416A41F; Sat, 15 Oct 2005 13:18:21 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1B943D45; Sat, 15 Oct 2005 13:18:21 +0000 (GMT) (envelope-from flz@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 j9FDIL05057644; Sat, 15 Oct 2005 13:18:21 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9FDILXH057643; Sat, 15 Oct 2005 13:18:21 GMT (envelope-from flz) Message-Id: <200510151318.j9FDILXH057643@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 15 Oct 2005 13:18:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ipw-firmware Makefile ports/net/ipw-firmware/files ipw.sh.in ports/net/iwi-firmware Makefile ports/net/iwi-firmware/files iwi.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 13:18:21 -0000 flz 2005-10-15 13:18:21 UTC FreeBSD ports repository Modified files: net/ipw-firmware Makefile net/ipw-firmware/files ipw.sh.in net/iwi-firmware Makefile net/iwi-firmware/files iwi.sh.in Log: - Since (ipw|iwi)control are started late in the boot process, we need to mark interfaces as up manually. Noticed by: sem Revision Changes Path 1.7 +1 -1 ports/net/ipw-firmware/Makefile 1.4 +2 -1 ports/net/ipw-firmware/files/ipw.sh.in 1.3 +1 -1 ports/net/iwi-firmware/Makefile 1.2 +2 -1 ports/net/iwi-firmware/files/iwi.sh.in