14 lines
438 B
Plaintext
14 lines
438 B
Plaintext
$NetBSD: patch-ab,v 1.4 2007/04/21 05:22:57 obache Exp $
|
|
|
|
--- 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
|