diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 01:52:37 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 01:52:37 -0400 |
commit | 0eb1fdbc244772abbea8ee5468d4853866fb163a (patch) | |
tree | 131d100e94cd1ff8302afa860f686bba8ee53b87 /etc/rc | |
parent | 1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 (diff) | |
download | pfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.zip pfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.tar.gz |
Move RO operation down in rc and revert rc.bootup commit
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -315,8 +315,6 @@ echo "done." rm -rf /usr/local/pkg/pf/CVS -/usr/local/bin/php -f /etc/rc.conf_mount_ro - # Remove stale files that have already been processed by bootup # scripts rm -f /tmp/filter_dirty @@ -335,4 +333,6 @@ echo "Bootup complete" /usr/local/bin/beep.sh start 2>&1 >/dev/null +/etc/rc.conf_mount_ro + exit 0 |