Darwin OS detection fixes
authorJamie Cameron <jcameron@webmin.com>
Fri, 15 Aug 2008 17:22:37 +0000 (17:22 +0000)
committerJamie Cameron <jcameron@webmin.com>
Fri, 15 Aug 2008 17:22:37 +0000 (17:22 +0000)
apache/config-macos-1.3-8.1 [moved from apache/config-macos-1.3-* with 100% similarity]
apache/config-macos-9.2-* [new file with mode: 0644]
os_list.txt

diff --git a/apache/config-macos-9.2-* b/apache/config-macos-9.2-*
new file mode 100644 (file)
index 0000000..09b6c05
--- /dev/null
@@ -0,0 +1,16 @@
+httpd_path=/usr/sbin/httpd
+apachectl_path=/usr/sbin/apachectl
+start_cmd=
+httpd_dir=/etc/apache2
+virt_file=
+stop_cmd=
+httpd_conf=/etc/apache2/httpd.conf
+show_list=0
+mime_types=/etc/apache2/mime.types
+show_order=0
+max_servers=100
+test_config=1
+test_manual=0
+test_always=0
+test_apachectl=1
+auto_mods=1
index 6164f1b..3c96184 100644 (file)
@@ -293,6 +293,7 @@ Mac OS X                    10.1    macos           1.4     `sw_vers 2>/dev/null` =~ /ProductVersion:\s+10\.1/i
 Mac OS X                       10.2    macos           6.0     `sw_vers 2>/dev/null` =~ /ProductVersion:\s+10\.2/i
 Mac OS X                       10.3    macos           7.0     `sw_vers 2>/dev/null` =~ /ProductVersion:\s+10\.3/i
 Mac OS X                       10.4    macos           8.1     `sw_vers 2>/dev/null` =~ /ProductVersion:\s+10\.4/i
+Mac OS X                       10.5    macos           9.2     `sw_vers 2>/dev/null` =~ /ProductVersion:\s+10\.5/i
 
 # Darwin, the open source version of OS X
 Darwin                         $1      macos           $1      $uname =~ /Darwin.*\s([0-9\.]+)/