Remove gentoo's net.* scripts
It has been determined that it will be best for gentoo's net.* scripts to be in a separate package to allow independent development. This package will be called netifrc and maintained by Gentoo.
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
include ../mk/net.mk
 | 
			
		||||
 | 
			
		||||
DIR=	${CONFDIR}
 | 
			
		||||
CONF=	bootmisc fsck hostname localmount netmount urandom tmpfiles \
 | 
			
		||||
		${CONF-${OS}}
 | 
			
		||||
 | 
			
		||||
ifeq (${MKNET},)
 | 
			
		||||
ifeq (${MKNET},yes)
 | 
			
		||||
CONF+= network staticroute
 | 
			
		||||
TARGETS+=	network staticroute
 | 
			
		||||
CLEANFILES+=	network staticroute
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
# This blank configuration will automatically use DHCP for any net.*
 | 
			
		||||
# scripts in /etc/init.d.  To create a more complete configuration,
 | 
			
		||||
# please review /usr/share/doc/openrc*/net.example* and save your configuration
 | 
			
		||||
# in /etc/conf.d/net (this file :]!).
 | 
			
		||||
		Reference in New Issue
	
	Block a user