From 86e3bb970d8a84fe51733dc0531dd51e3f2fd435 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 10 Mar 2009 14:58:17 -0400
Subject: [PATCH] Fixed: FS#591 - Missing NameVirtualHost and IPs after update 

---
 install/lib/install.lib.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php
index a130a51..21ff781 100644
--- a/install/lib/install.lib.php
+++ b/install/lib/install.lib.php
@@ -88,6 +88,13 @@
 			$distbaseid = 'opensuse';
 			swriteln("Operating System: openSUSE 11.0 or compatible\n");
 		}
+		if(stristr(file_get_contents('/etc/SuSE-release'),'11.1')) {
+			$distname = 'openSUSE';
+			$distver = '11.1';
+			$distid = 'opensuse110';
+			$distbaseid = 'opensuse';
+			swriteln("Operating System: openSUSE 11.1 or compatible\n");
+		}
 	}
 	
 	

--
Gitblit v1.9.1