Blame 0134-network-ifup-fix-warning-about-not-bringing-interfac.patch

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