Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Mon, 09 Jul 2012 02:05:13
Message-Id: 1341799445.5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960.WilliamH@OpenRC
1 commit: 5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 9 02:04:05 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 02:04:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5d8b1b68
7
8 make oldnet the default for now
9
10 ---
11 Makefile | 1 +
12 README | 2 +-
13 2 files changed, 2 insertions(+), 1 deletions(-)
14
15 diff --git a/Makefile b/Makefile
16 index 0462f02..028c363 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -7,6 +7,7 @@ include Makefile.inc
20 SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
21
22 # Build our old net foo or not
23 +MKOLDNET?= yes
24 ifeq (${MKOLDNET},yes)
25 SUBDIR+= net doc
26 endif
27
28 diff --git a/README b/README
29 index f02557e..70f334f 100644
30 --- a/README
31 +++ b/README
32 @@ -16,7 +16,7 @@ MKSELINUX=yes
33 MKSTATICLIBS=no
34 MKTERMCAP=ncurses
35 MKTERMCAP=termcap
36 -MKOLDNET=yes
37 +MKOLDNET=no
38 PKG_PREFIX=/usr/pkg
39 LOCAL_PREFIX=/usr/local
40 PREFIX=/usr/local