Blame SOURCES/0166-ifcfg-depends-on-network.patch

83bbb1
From 33ce29748f4e68b5c1976ae89be5e033b866d168 Mon Sep 17 00:00:00 2001
83bbb1
From: Harald Hoyer <harald@redhat.com>
83bbb1
Date: Mon, 30 Jun 2014 11:28:08 +0200
83bbb1
Subject: [PATCH] ifcfg: depends on network
83bbb1
83bbb1
(cherry picked from commit f1a38e5294b76c60b7614ec29ed56eccc4ed078a)
83bbb1
---
83bbb1
 modules.d/45ifcfg/module-setup.sh | 1 +
83bbb1
 1 file changed, 1 insertion(+)
83bbb1
83bbb1
diff --git a/modules.d/45ifcfg/module-setup.sh b/modules.d/45ifcfg/module-setup.sh
83bbb1
index ce53e5e..4299fea 100755
83bbb1
--- a/modules.d/45ifcfg/module-setup.sh
83bbb1
+++ b/modules.d/45ifcfg/module-setup.sh
83bbb1
@@ -8,6 +8,7 @@ check() {
83bbb1
 }
83bbb1
 
83bbb1
 depends() {
83bbb1
+    echo "network"
83bbb1
     return 0
83bbb1
 }
83bbb1