diff options
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |