From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1So3Qw-0001Jd-32 for garchives@archives.gentoo.org; Mon, 09 Jul 2012 02:10:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D50C2E052E; Mon, 9 Jul 2012 02:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A78F1E052E for ; Mon, 9 Jul 2012 02:10:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E01751B400F for ; Mon, 9 Jul 2012 02:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 98C54E5433 for ; Mon, 9 Jul 2012 02:10:21 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1341799810.add965706a3a239a7eb6750d6fc14090eb70dd12.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: runlevels/ X-VCS-Repository: proj/openrc X-VCS-Files: runlevels/Makefile X-VCS-Directories: runlevels/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: add965706a3a239a7eb6750d6fc14090eb70dd12 X-VCS-Branch: master Date: Mon, 9 Jul 2012 02:10:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 632afcb2-cd68-4114-9071-a801c3678bba X-Archives-Hash: bdd8cdbcf95fc171cccee36b30e78c85 commit: add965706a3a239a7eb6750d6fc14090eb70dd12 Author: William Hubbs gmail com> AuthorDate: Mon Jul 9 02:10:10 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jul 9 02:10:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dadd96570 add the appropriate network scripts to the boot runlevel --- runlevels/Makefile | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/runlevels/Makefile b/runlevels/Makefile index ac3796e..da2d4ea 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -1,5 +1,5 @@ -BOOT=3D bootmisc fsck hostname localmount network \ - root staticroute swap swapfiles sysctl urandom ${BOOT-${OS}} +BOOT=3D bootmisc fsck hostname localmount \ + root swap swapfiles sysctl urandom ${BOOT-${OS}} DEFAULT=3D local netmount SHUTDOWN=3D savecache ${SHUTDOWN-${OS}} SYSINIT=3D ${SYSINIT-${OS}} @@ -37,6 +37,14 @@ BOOT-NetBSD=3D hostid newsyslog savecore syslogd # NetBSD specific stuff BOOT-NetBSD+=3D devdb swap-blk ttys wscons =20 +ifeq(${MKOLDNET},yes) +boot-FreeBSD +=3D net.lo0 +boot-Linux +=3D net.lo +boot-NetBSD +=3D net.lo0 +else +boot +=3D network staticroute +endif + all: =20 install: