Add OpenBSD 2.8
This commit is contained in:
parent
707a281d78
commit
30d7b56920
@ -1,5 +1,5 @@
|
||||
--- setup.sh.orig Sat Apr 15 17:14:32 2000
|
||||
+++ setup.sh Thu Apr 27 19:33:49 2000
|
||||
--- setup.sh.orig Tue Sep 12 06:36:17 2000
|
||||
+++ setup.sh Thu Oct 26 20:32:57 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,7 +15,7 @@
|
||||
fi
|
||||
abspath=`echo $config_dir | grep "^/"`
|
||||
if [ "$abspath" = "" ]; then
|
||||
@@ -203,14 +203,11 @@
|
||||
@@ -214,14 +214,11 @@
|
||||
|
||||
# Ask for operating system type
|
||||
echo "***********************************************************************"
|
||||
@ -28,9 +28,9 @@
|
||||
- rm -f /tmp/$$.os
|
||||
- fi
|
||||
+ os_type='openbsd'
|
||||
+ os_version='2.7'
|
||||
+ os_version='2.8'
|
||||
+ real_os_type='OpenBSD'
|
||||
+ real_os_version='2.7'
|
||||
+ real_os_version='2.8'
|
||||
+
|
||||
echo "Operating system name: $real_os_type"
|
||||
echo "Operating system version: $real_os_version"
|
||||
|
10
sysutils/webmin/patches/patch-ab
Normal file
10
sysutils/webmin/patches/patch-ab
Normal file
@ -0,0 +1,10 @@
|
||||
--- os_list.txt.orig Thu Oct 26 20:31:50 2000
|
||||
+++ os_list.txt Thu Oct 26 20:32:32 2000
|
||||
@@ -82,6 +82,7 @@
|
||||
OpenBSD 2.5 openbsd 2.5 $uname =~ /OpenBSD.*\s2\.5/i
|
||||
OpenBSD 2.6 openbsd 2.6 $uname =~ /OpenBSD.*\s2\.6/i
|
||||
OpenBSD 2.7 openbsd 2.7 $uname =~ /OpenBSD.*\s2\.7/i
|
||||
+OpenBSD 2.8 openbsd 2.8 $uname =~ /OpenBSD.*\s2\.8/i
|
||||
BSDI 3.0 freebsd 2.2
|
||||
BSDI 3.1 freebsd 2.2
|
||||
BSDI 4.0 freebsd 3.0
|
Loading…
Reference in New Issue
Block a user