summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-17 19:55:41 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-17 19:55:41 -0400
commita41e80f98b6ba200e3d922c408c8a6239b1e1fe5 (patch)
treefa71057c51677b92ace25873c3af2bbf3b9adae4 /etc/rc
parenteeee6c24d21d01df962c62aacaed57859242390d (diff)
downloadpfsense-a41e80f98b6ba200e3d922c408c8a6239b1e1fe5.zip
pfsense-a41e80f98b6ba200e3d922c408c8a6239b1e1fe5.tar.gz
Redirect errors to file
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index f8194ac..8b807c9 100755
--- a/etc/rc
+++ b/etc/rc
@@ -342,7 +342,7 @@ fi
# Run the php.ini setup file and populate
# /usr/local/etc/php.ini and /usr/local/lib/php.ini
-/etc/rc.php_ini_setup
+/etc/rc.php_ini_setup 2>/tmp/php_errors.txt
# Launch external configuration loader for supported platforms
if [ "$PLATFORM" = "embedded" ]; then
OpenPOWER on IntegriCloud