summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-21 22:53:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-21 22:53:18 +0000
commitb5768352c782554d1d30850fab74f22e42055911 (patch)
treeea5dcae139b5dff115f18790223a6060a9ff1fa1 /etc/rc
parentc0b9da84e3387727d461410e2569623dc7942d62 (diff)
downloadpfsense-b5768352c782554d1d30850fab74f22e42055911.zip
pfsense-b5768352c782554d1d30850fab74f22e42055911.tar.gz
Ignore httpsline
Ticket #796
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 0819983..699616c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -210,7 +210,7 @@ rm -rf /usr/local/pkg/pf/CVS
echo -n "Pre-caching PHP for faster responses..."
CONFIG="/cf/conf/config.xml"
WORD="https"
-if grep "$WORD" "$CONFIG"
+if grep "$WORD" "$CONFIG" | grep -v httpsname
then
fetch -q -o /tmp/ https://localhost/preload.php
else
OpenPOWER on IntegriCloud