From 487c2ce7cc4e9bae3f85973f02df94c41c3bdb10 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 22 Dec 2008 23:54:12 +0000 Subject: [PATCH] Do not remove old php.ini files, they will be replaced. --- etc/rc.php_ini_setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 1bd9868534..e3d832f6d8 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -33,11 +33,8 @@ PHPMODULES="apc \ xml \ zlib" -mv /usr/local/etc/php.ini /tmp/ -mv /usr/local/lib/php.ini /tmp/ LOADED_MODULES=`php -m | grep -v "\["` - # Populate a dummy php.ini to avoid # the file being clobbered and the firewall # not being able to boot back up.