Khem Raj 294c0251f8
webmin: Upgrade to 2.111 release
Drop remove-python2.3.patch since corresponding script is gone

License-Update: Formatting changes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-14 12:06:20 -07:00

18 lines
370 B
Diff

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'};
}