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

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