Set the Default OS and the version to OpenBSD 2.7.
Submitted by: turan@
This commit is contained in:
parent
59fbee5b44
commit
9ad145ccf9
@ -1,5 +1,5 @@
|
||||
--- setup.sh.orig Mon Feb 28 10:45:36 2000
|
||||
+++ setup.sh Wed Mar 1 12:27:29 2000
|
||||
--- setup.sh.orig Sat Apr 15 17:14:32 2000
|
||||
+++ setup.sh Thu Apr 27 19:33:49 2000
|
||||
@@ -34,12 +34,12 @@
|
||||
echo "Unless you want to run multiple versions of Webmin at the same time"
|
||||
echo "you can just accept the defaults."
|
||||
@ -15,3 +15,23 @@
|
||||
fi
|
||||
abspath=`echo $config_dir | grep "^/"`
|
||||
if [ "$abspath" = "" ]; then
|
||||
@@ -203,14 +203,11 @@
|
||||
|
||||
# Ask for operating system type
|
||||
echo "***********************************************************************"
|
||||
- if [ "$os_type" = "" ]; then
|
||||
- $perl $wadir/oschooser.pl $wadir/os_list.txt /tmp/$$.os $autoos
|
||||
- if [ $? != 0 ]; then
|
||||
- exit $?
|
||||
- fi
|
||||
- . /tmp/$$.os
|
||||
- rm -f /tmp/$$.os
|
||||
- fi
|
||||
+ os_type='openbsd'
|
||||
+ os_version='2.7'
|
||||
+ real_os_type='OpenBSD'
|
||||
+ real_os_version='2.7'
|
||||
+
|
||||
echo "Operating system name: $real_os_type"
|
||||
echo "Operating system version: $real_os_version"
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user