summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-01-12 14:23:39 -0500
committerjim-p <jimp@pfsense.org>2011-01-12 14:26:35 -0500
commit7201ca277ed66540baea26ff26ea339ceb15ac9b (patch)
treea8f6f8bf2fb5be0e216fc9ccd5c624bd9fc619f2 /etc/rc.firmware
parent311f93cd141d69536eb4fafa4e0068f6343252e3 (diff)
downloadpfsense-7201ca277ed66540baea26ff26ea339ceb15ac9b.zip
pfsense-7201ca277ed66540baea26ff26ea339ceb15ac9b.tar.gz
We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index b10737e..063e9a3 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -491,7 +491,6 @@ pfSenseupgrade)
if [ -f /tmp/no_upgrade_reboot_required ]; then
rm /tmp/no_upgrade_reboot_required
else
- rm -f /var/run/config.lock
sh /etc/rc.reboot
fi
OpenPOWER on IntegriCloud