From 006fbdce83a8b75766f9d6deeedefef001f15b32 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 10 Jul 2012 12:18:06 -0500 Subject: fix the upstream default network stack The OpenRC upstream default network stack was changed, but there was no reason to change it. Now since we have the MKNET build switch, it is easy for the gentoo ebuild to install oldnet by default. The upstream default is newnet. --- init.d/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index d5c3ea8b..a34ee90a 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -6,12 +6,12 @@ BIN= ${OBJS} # Build our old net foo or not ifeq (${MKNET},) -INSTALLAFTER= _installafter_net.lo -SRCS+= net.lo.in +SRCS+= network.in staticroute.in endif -ifeq (${MKNET},newnet) -SRCS+= network.in staticroute.in +ifeq (${MKNET},oldnet) +INSTALLAFTER= _installafter_net.lo +SRCS+= net.lo.in endif MK= ../mk -- cgit v1.2.3