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