summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch
blob: 949525dfd7b00e4a18c14136011ebced751bac20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Upstream-Status: Inappropriate [config]

XXX: need to work out a better fix.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>

--- a/net/net-lib.pl
+++ b/net/net-lib.pl
@@ -38,7 +38,7 @@ elsif ($gconfig{'os_type'} eq 'debian-li
 	$net_mode = "netplan";
 	}
 else {
-	do "$gconfig{'os_type'}-lib.pl";
+	do "debian-linux-lib.pl";
 	$net_mode = $gconfig{'os_type'};
 	}