summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/rc b/etc/rc
index c1c80e0..b240671 100755
--- a/etc/rc
+++ b/etc/rc
@@ -206,18 +206,6 @@ rm -rf /usr/local/pkg/pf/CVS
/usr/local/sbin/check_reload_status >/dev/null &
-echo -n "Pre-caching PHP for faster responses..."
-CONFIG="/cf/conf/config.xml"
-WORD="https"
-if grep "$WORD" "$CONFIG" | grep -v httpsname
-then
- fetch -q -o /tmp/ https://localhost/preload.php
-else
- fetch -q -o /tmp/ http://localhost/preload.php
-fi
-rm -f /tmp/phpfast
-echo " done."
-
echo "Bootup complete"
/usr/local/bin/beep.sh start
OpenPOWER on IntegriCloud