[Fusionforge-commits] r8560 - trunk/gforge

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu Dec 17 21:13:11 CET 2009


Author: aljeux
Date: 2009-12-17 21:13:10 +0100 (Thu, 17 Dec 2009)
New Revision: 8560

Modified:
   trunk/gforge/gforge-install-1-deps.php
Log:
Fix [#76] Redhat dependency should be changed from inetd to xinetd

Modified: trunk/gforge/gforge-install-1-deps.php
===================================================================
--- trunk/gforge/gforge-install-1-deps.php	2009-12-17 19:41:04 UTC (rev 8559)
+++ trunk/gforge/gforge-install-1-deps.php	2009-12-17 20:13:10 UTC (rev 8560)
@@ -48,7 +48,7 @@
 	addFusionForgeYumRepo();
 	addDagRPMForgeYumRepo();
 	INFO("Installing packages: Executing YUM. Please wait...\n\n\n");
-	passthru("yum -y install httpd php mailman cvs postgresql postgresql-libs postgresql-server postgresql-contrib perl-URI php-pgsql subversion mod_dav_svn postfix rcs php-gd mod_ssl wget openssh inetd which liberation-fonts htmlpurifier php-mbstring poppler-utils php-pecl-zip antiword");
+	passthru("yum -y install httpd php mailman cvs postgresql postgresql-libs postgresql-server postgresql-contrib perl-URI php-pgsql subversion mod_dav_svn postfix rcs php-gd mod_ssl wget openssh xinetd which liberation-fonts htmlpurifier php-mbstring poppler-utils php-pecl-zip antiword");
 }
 
 function installRHEL4() {




More information about the Fusionforge-commits mailing list