Blame SOURCES/0329-network-ifup-fix-warning-about-not-bringing-interfac.patch

18971c
From 70f3c07846e92d11484a1f7b5cb84aacc47489b4 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Tue, 1 Sep 2015 17:22:37 +0200
18971c
Subject: [PATCH] network/ifup: fix warning about not bringing interface up
18971c
18971c
---
18971c
 modules.d/40network/ifup.sh | 2 +-
18971c
 1 file changed, 1 insertion(+), 1 deletion(-)
18971c
18971c
diff --git a/modules.d/40network/ifup.sh b/modules.d/40network/ifup.sh
18971c
index 005c2cc9..db9fb085 100755
18971c
--- a/modules.d/40network/ifup.sh
18971c
+++ b/modules.d/40network/ifup.sh
18971c
@@ -156,7 +156,7 @@ do_static() {
18971c
     strstr $ip '*:*:*' && load_ipv6
18971c
 
18971c
     if ! linkup $netif; then
18971c
-        warn "Could bring interface $netif up!"
18971c
+        warn "Could not bring interface $netif up!"
18971c
         return 1
18971c
     fi
18971c