Zap config.cache and ensure we reset g['booting'] so we can read-only

This commit is contained in:
Scott Ullrich 2009-06-24 21:04:47 -04:00
parent c057951e83
commit c41aa4a514

3
etc/rc
View File

@ -306,6 +306,9 @@ echo "Bootup complete"
/usr/local/bin/beep.sh start 2>&1 >/dev/null
# Reset the cache. read-only requires this.
rm /tmp/config.cache
etc/rc.conf_mount_ro
exit 0