diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-10 12:18:06 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-10 12:18:06 -0500 |
commit | 006fbdce83a8b75766f9d6deeedefef001f15b32 (patch) | |
tree | 6e0df158152a4f4e542b6d4293c8ad8575ff4f91 /conf.d/Makefile | |
parent | 60d6847de553970a80207fde6bd46f5f3696e049 (diff) |
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.
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 412efae6..6ed295d5 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,7 +1,7 @@ DIR= ${CONFDIR} CONF= bootmisc fsck hostname localmount urandom ${CONF-${OS}} -ifeq (${MKNET},newnet) +ifeq (${MKNET},) CONF+= network staticroute TARGETS+= network staticroute CLEANFILES+= network staticroute |