From 4fe9739a4bafd356d8c123eff298c557629b2633 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 03 Nov 2007 15:54:34 -0400
Subject: [PATCH] - Updated Debian installation instructions.

---
 INSTALL_DEBIAN.txt |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/INSTALL_DEBIAN.txt b/INSTALL_DEBIAN.txt
index e4dcc85..1076faf 100644
--- a/INSTALL_DEBIAN.txt
+++ b/INSTALL_DEBIAN.txt
@@ -39,7 +39,15 @@
 
 vi /etc/default/pure-ftpd-common
 
-and change the start mode from inetd to standalone. Then execute:
+and change the start mode from inetd to standalone. 
+
+Edit the file /etc/inetd.conf  vi /etc/inted.conf
+
+and comment out the line for the FTP service, so it looks like this:
+
+# ftp   stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper
+
+Then execute:
 
 /etc/init.d/openbsd-inetd restart
 
@@ -59,19 +67,19 @@
 7) Install ISPConfig 3
 
 There are two possile scenarios, but not both:
-1) Install the latest alpha 
-2) Install directly from SVN
+7.1) Install the latest alpha 
+7.2) Install directly from SVN
 
 apt-get install php5-cli
 
-1) Installation of alpha 3
+7.1) Installation of alpha 3 from tar.gz
 
   cd /tmp
   wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.3-alpha.tar.gz
   tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz
   cd ISPConfig_3.0.0.2-alpha/install/
 
-2) Installation from SVN
+7.2) Installation from SVN
 
   apt-get install subversion
   cd /tmp
@@ -79,7 +87,7 @@
   cd trunk/install
 
 
-1+2) Now proceed with the ISPConfig installation.
+7.1+7.2) Now proceed with the ISPConfig installation.
 
 Now start the installation process by executing:
 

--
Gitblit v1.9.1