From df7e6d07e623dd74f8f88c61dc4c3bd0770d69de Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 26 May 2010 12:20:16 -0400 Subject: [PATCH] Fixed several bugs (revisions 1772-1779 from stable branch). --- install/lib/install.lib.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php index 6e9379f..56c453d 100644 --- a/install/lib/install.lib.php +++ b/install/lib/install.lib.php @@ -113,14 +113,14 @@ swriteln("Operating System: openSUSE 11.1 or compatible\n"); } elseif(stristr(file_get_contents('/etc/SuSE-release'),'11.2')) { $distname = 'openSUSE'; - $distver = '11.1'; - $distid = 'opensuse110'; + $distver = '11.2'; + $distid = 'opensuse112'; $distbaseid = 'opensuse'; swriteln("Operating System: openSUSE 11.2 or compatible\n"); } else { $distname = 'openSUSE'; $distver = 'Unknown'; - $distid = 'opensuse110'; + $distid = 'opensuse112'; $distbaseid = 'opensuse'; swriteln("Operating System: openSUSE or compatible, unknown version.\n"); } -- Gitblit v1.9.1