Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: runlevels/
Date: Tue, 10 Jul 2012 02:11:51
Message-Id: 1341886138.ecb4d7c3f2b5ff7588a288d24c0dd462012a0389.WilliamH@OpenRC
1 commit: ecb4d7c3f2b5ff7588a288d24c0dd462012a0389
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 10 02:08:58 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 02:08:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=ecb4d7c3
7
8 Revert "add the appropriate network scripts to the boot runlevel"
9
10 This reverts commit add965706a3a239a7eb6750d6fc14090eb70dd12.
11 This commit was broken so I need to revert it.
12
13 ---
14 runlevels/Makefile | 12 ++----------
15 1 files changed, 2 insertions(+), 10 deletions(-)
16
17 diff --git a/runlevels/Makefile b/runlevels/Makefile
18 index 509bb5f..ac3796e 100644
19 --- a/runlevels/Makefile
20 +++ b/runlevels/Makefile
21 @@ -1,5 +1,5 @@
22 -BOOT= bootmisc fsck hostname localmount \
23 - root swap swapfiles sysctl urandom ${BOOT-${OS}}
24 +BOOT= bootmisc fsck hostname localmount network \
25 + root staticroute swap swapfiles sysctl urandom ${BOOT-${OS}}
26 DEFAULT= local netmount
27 SHUTDOWN= savecache ${SHUTDOWN-${OS}}
28 SYSINIT= ${SYSINIT-${OS}}
29 @@ -37,14 +37,6 @@ BOOT-NetBSD= hostid newsyslog savecore syslogd
30 # NetBSD specific stuff
31 BOOT-NetBSD+= devdb swap-blk ttys wscons
32
33 -ifeq (${MKOLDNET},yes)
34 -boot-FreeBSD += net.lo0
35 -boot-Linux += net.lo
36 -boot-NetBSD += net.lo0
37 -else
38 -boot += network staticroute
39 -endif
40 -
41 all:
42
43 install: