summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-10 01:16:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-10 01:16:13 +0000
commit8f885834e5f2fdfb356915029a7e5609a95634a6 (patch)
treee4b53b9ea5e7f81c6e4bc3dd40cd81e83b5c8956 /etc/rc.bootup
parente0ac25769df33cde4ac74aab23cfcf8faacd1717 (diff)
downloadpfsense-8f885834e5f2fdfb356915029a7e5609a95634a6.zip
pfsense-8f885834e5f2fdfb356915029a7e5609a95634a6.tar.gz
We really do not need to be setting up php.ini in 3+ locations!
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f0b0815..4f156e1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -73,9 +73,6 @@
parse_config_bootup();
echo "done.\n";
- /* setup php.ini */
- opcode_cache_configuration();
-
$lan_if = $config['interfaces']['lan']['if'];
$wan_if = get_real_wan_interface();
@@ -337,4 +334,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud