[Fusionforge-commits] r8308 - trunk/gforge

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Mon Oct 19 13:20:35 CEST 2009


Author: nerville
Date: 2009-10-19 13:20:35 +0200 (Mon, 19 Oct 2009)
New Revision: 8308

Modified:
   trunk/gforge/gforge-install-1-deps.php
Log:
add antiword for Redhat install

Modified: trunk/gforge/gforge-install-1-deps.php
===================================================================
--- trunk/gforge/gforge-install-1-deps.php	2009-10-19 11:06:46 UTC (rev 8307)
+++ trunk/gforge/gforge-install-1-deps.php	2009-10-19 11:20:35 UTC (rev 8308)
@@ -47,7 +47,7 @@
 function installRedhat() {
 	addFusionForgeYumRepo();
 	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");
+	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");
 }
 
 function installRHEL4() {




More information about the Fusionforge-commits mailing list