From 30e664e8eabac65a5a089fd764fb36c6a23d6ed9 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 4 Oct 2013 18:51:00 +0200 Subject: [PATCH] remove unecessary sed-command on debian wheezy (fpm), fixes #1269 Signed-off-by: Michael Kaufmann (d00p) --- lib/configfiles/wheezy.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/configfiles/wheezy.inc.php b/lib/configfiles/wheezy.inc.php index 0b3f5d75..b90e0e2a 100644 --- a/lib/configfiles/wheezy.inc.php +++ b/lib/configfiles/wheezy.inc.php @@ -420,8 +420,6 @@ return Array( '# add "non-free" after all occurances of "main" in /etc/apt/sources.list', '# this is needed for libapache2-mod-fastcgi to install', 'apt-get install apache2-suexec libapache2-mod-fastcgi php5-fpm', - '# change fpm-configuration directory to "/etc/php5/fpm/pool.d/" in froxlor', - 'sed -e \'s|;include=\/etc\/php5\/fpm\/\*.conf|include=\/etc\/php5\/fpm\/pool.d\/\*.conf|g\' -i /etc/php5/fpm/php-fpm.conf', 'rm /etc/php5/fpm/pool.d/www.conf', 'a2enmod suexec fastcgi actions', ($settings['phpfpm']['enabled_ownvhost'] == '1') ? 'groupadd -f '.$settings['phpfpm']['vhost_httpgroup'] : null,