From bea014d0a5c47e43dba7dc724eaee0db37673f47 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Aug 2007 18:44:48 +0000 Subject: [PATCH] * Drop the lock before exiting * Fall back to RO on needed platforms before exiting --- tmp/post_upgrade_command | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index 577d06ee54..7dbb87b41d 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