diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 18:44:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-02 18:44:36 +0000 |
commit | 33edf4b995691d5b479b0c68d3261e23213a5072 (patch) | |
tree | 4a15e6858f9a575fb56261fd80b1601c05a32514 /tmp | |
parent | d58803a8facea2a288adc71d46936e0cd5723b79 (diff) | |
download | pfsense-33edf4b995691d5b479b0c68d3261e23213a5072.zip pfsense-33edf4b995691d5b479b0c68d3261e23213a5072.tar.gz |
* Drop the lock before exiting
* Fall back to RO on needed platforms before exiting
Diffstat (limited to 'tmp')
-rwxr-xr-x | tmp/post_upgrade_command | 5 |
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 |