a65de8ffa7
Version 1.953 (5th July 2020) Added optional automatically generated translations for all languages, and switched all encodings to UTF-8. Updated the Authentic theme to the latest version. Added support for Postfix SNI certificate maps. Added Chrony support in the System Time module. Added caching for LDAP and MySQL connections for Webmin users. Removed several noisy messages from the error log. Many many other small bugfixes and features.
15 lines
487 B
Text
15 lines
487 B
Text
$NetBSD: patch-ab,v 1.5 2020/07/29 10:28:27 mef Exp $
|
|
|
|
Give proper error message when OS detection failed
|
|
|
|
--- oschooser.pl.orig 2007-04-09 05:00:00.000000000 +0000
|
|
+++ oschooser.pl
|
|
@@ -107,6 +107,8 @@ if (!$auto) {
|
|
}
|
|
else {
|
|
# ask for the operating system name ourselves
|
|
+ print "Automatic OS detection failed";
|
|
+ exit 9; # Be non-interactive under all circumstances.
|
|
$dashes = "-" x 75;
|
|
print <<EOF;
|
|
For Webmin to work properly, it needs to know which operating system
|