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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user