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 1So3Ld-0000Pj-8Z for garchives@archives.gentoo.org; Mon, 09 Jul 2012 02:05:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27546E052E; Mon, 9 Jul 2012 02:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E324CE052E for ; Mon, 9 Jul 2012 02:05:02 +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 291CF1B4025 for ; Mon, 9 Jul 2012 02:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1EF1E5433 for ; Mon, 9 Jul 2012 02:05:00 +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: <1341799445.5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: Makefile README X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960 X-VCS-Branch: master Date: Mon, 9 Jul 2012 02:05:00 +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: 8962dbc9-f843-4198-ae42-cc734474363f X-Archives-Hash: 5b6eb677fe776b47b16ccb8e1ee9ac01 commit: 5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960 Author: William Hubbs gmail com> AuthorDate: Mon Jul 9 02:04:05 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jul 9 02:04:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D5d8b1b68 make oldnet the default for now --- Makefile | 1 + README | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0462f02..028c363 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ include Makefile.inc SUBDIR=3D conf.d etc init.d local.d man scripts sh src sysctl.d =20 # Build our old net foo or not +MKOLDNET?=3D yes ifeq (${MKOLDNET},yes) SUBDIR+=3D net doc endif diff --git a/README b/README index f02557e..70f334f 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ MKSELINUX=3Dyes MKSTATICLIBS=3Dno MKTERMCAP=3Dncurses MKTERMCAP=3Dtermcap -MKOLDNET=3Dyes +MKOLDNET=3Dno PKG_PREFIX=3D/usr/pkg LOCAL_PREFIX=3D/usr/local PREFIX=3D/usr/local