summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-16 17:26:58 +0000
committerErmal <eri@pfsense.org>2010-09-16 17:27:26 +0000
commitbc0fd36f0b6969bf23972f84d7d90adc280e2c2d (patch)
treeb3a5340c3a14b13f0f00bcc5f0cccb3484ed56c9 /etc/rc
parent97e6256f4d611b7edbfa12d3c03cf9b6cca9e3c1 (diff)
downloadpfsense-bc0fd36f0b6969bf23972f84d7d90adc280e2c2d.zip
pfsense-bc0fd36f0b6969bf23972f84d7d90adc280e2c2d.tar.gz
Do not suck in the file but actually execute it.
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 aef09c9..fe98154 100755
--- a/etc/rc
+++ b/etc/rc
@@ -333,7 +333,7 @@ cap_mkdb /etc/login.conf
# 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
nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status
OpenPOWER on IntegriCloud