summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-17 19:55:11 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-17 19:55:11 -0400
commitaa840cf9f1bd54b565c33abd1512570034109b5c (patch)
tree711a4ff03e5307e48de9450d4154f2a3c013a56e /etc/rc
parent10995178ee04797872c630ade0045ac90aa551fb (diff)
downloadpfsense-aa840cf9f1bd54b565c33abd1512570034109b5c.zip
pfsense-aa840cf9f1bd54b565c33abd1512570034109b5c.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