From 5148047f8996df41b02543efd293ed02c83c8ee6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Oct 2012 16:33:43 -0500 Subject: netmount: drop need net from dependencies Reported-by: X-Gentoo-Bug: 439658 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439658 --- conf.d/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index 0e610218..1f289672 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,5 +1,6 @@ DIR= ${CONFDIR} -CONF= bootmisc fsck hostname localmount urandom tmpfilesd ${CONF-${OS}} +CONF= bootmisc fsck hostname localmount netmount urandom tmpfilesd \ + ${CONF-${OS}} ifeq (${MKNET},) CONF+= network staticroute -- cgit v1.2.3