From 7ff27228bdf12d4f5f6c303cf95d01aac9cb291e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 26 Dec 2008 05:21:45 -0500
Subject: [PATCH] - Updated Ubuntu installation text. - Installer recognizes 5.0 and lenny/sid as suppoertde debian release

---
 install/lib/install.lib.php |    2 +-
 INSTALL_UBUNTU_7.10.txt     |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/INSTALL_UBUNTU_7.10.txt b/INSTALL_UBUNTU_7.10.txt
index 1599b7d..dc1b172 100644
--- a/INSTALL_UBUNTU_7.10.txt
+++ b/INSTALL_UBUNTU_7.10.txt
@@ -42,6 +42,7 @@
 a2enmod suexec
 a2enmod rewrite
 a2enmod ssl
+a2enmod actions
 
 4) Install pure-ftpd and quota
 
diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php
index 4eb486f..bf93cad 100644
--- a/install/lib/install.lib.php
+++ b/install/lib/install.lib.php
@@ -70,7 +70,7 @@
 			$distbaseid = 'debian';
 			swriteln("Operating System: Debian 4.0 or compatible\n");
 		}
-		if(trim(file_get_contents('/etc/debian_version')) == '5.0') {
+		if(trim(file_get_contents('/etc/debian_version')) == '5.0' || trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
 			$distname = 'Debian';
 			$distver = 'Lenny/Sid';
 			$distid = 'debian40';

--
Gitblit v1.9.1