You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
715 B

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