From e2ecd0b2b0b768801a2feb6ea75de8faadc834f3 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 9 Oct 2010 09:58:46 +0000 Subject: [PATCH] added patch utility to the Developer Appliance --- contrib/util/installScripts/cvsDemoInstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index 422cdf4c4..502d582a9 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -67,7 +67,7 @@ urpmi.addmedia --update contrib_updates http://ftp.ussg.iu.edu/linux/mandrake/of # and restart apache (done after below suhosin patch). echo "Installing gd(graphics) and mbstring(multibyte support) and zip php packages and xsl php package and perl-CGI package..." echo "Installing gd(graphics) and mbstring(multibyte support) and zip php packages and xsl php package and perl-CGI package..." >> $LOG -urpmi --auto php-gd php-mbstring php-zip php-xsl perl-CGI >> $LOG +urpmi --auto php-gd php-mbstring php-zip php-xsl perl-CGI patch >> $LOG # #Patch the suhosin bug SUHOSINCONF=/etc/php.d/Z98_suhosin.ini -- 2.11.4.GIT