summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-20 06:45:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-20 06:45:36 +0000
commit978b96201f374977501f9690a28c9acab1c27358 (patch)
tree81889073544bbf42c9eb6d877f2237c24d058ae5 /etc
parent3b5ffddce3e7111cbe8e160fdb00829251fa11ea (diff)
downloadpfsense-978b96201f374977501f9690a28c9acab1c27358.zip
pfsense-978b96201f374977501f9690a28c9acab1c27358.tar.gz
Use rc.conf_mount_ro and rc.conf_mount_rw
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 0beb347..bd737d4 100755
--- a/etc/rc
+++ b/etc/rc
@@ -27,7 +27,7 @@ SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
/bin/mkdir -p /usr/savecore 2>/dev/null
/sbin/savecore /usr/savecore $SWAPDEVICE
-/etc/rc.config_unlock
+/etc/rc.conf_mount_ro
rm -rf /var/run/*
rm -rf /tmp/*
@@ -92,7 +92,7 @@ done
echo Final firewall setup in progress...
/etc/rc.filter_configure
-/etc/rc.config_lock
+/etc/rc.conf_mount_rw
exit 0
OpenPOWER on IntegriCloud