summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-05 19:23:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-05 19:23:01 +0000
commitfb1d96c3fe02b8e23ac44a2ffb9834a1a710a291 (patch)
treed972100235c7c2a042867c7a83b8812cdba46e16 /etc/rc
parent1b8e6c1f37056d1191edb408832662f159344b36 (diff)
downloadpfsense-fb1d96c3fe02b8e23ac44a2ffb9834a1a710a291.zip
pfsense-fb1d96c3fe02b8e23ac44a2ffb9834a1a710a291.tar.gz
Do not pre-cache interface on bootup
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