summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-02 18:44:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-02 18:44:48 +0000
commitbea014d0a5c47e43dba7dc724eaee0db37673f47 (patch)
tree894f37f5930d37ed1cbe70ba82362de04a07eb68 /tmp
parent8e9ea2815cab17d4d1697d767b2b537840926ed9 (diff)
downloadpfsense-bea014d0a5c47e43dba7dc724eaee0db37673f47.zip
pfsense-bea014d0a5c47e43dba7dc724eaee0db37673f47.tar.gz
* Drop the lock before exiting * Fall back to RO on needed platforms before exiting
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 577d06e..7dbb87b 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -27,4 +27,7 @@ if [ $KERNELTYPE = "SMP" ]; then
fi
if [ -d /kernels ]; then
rm -rf /kernels/*
-fi \ No newline at end of file
+fi
+
+rm /var/run/config.lock
+/etc/rc.conf_mount_ro
OpenPOWER on IntegriCloud