summaryrefslogtreecommitdiffstats
path: root/etc/rc.halt
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.halt')
-rwxr-xr-xetc/rc.halt4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.halt b/etc/rc.halt
index 4f3d1ef..fd6318b 100755
--- a/etc/rc.halt
+++ b/etc/rc.halt
@@ -2,8 +2,8 @@
# $Id$
-if [ -f /var/run/config.lock ]; then
- echo "Cannot reboot at this moment, a config write operation is in progress."
+if ! /usr/bin/lockf -s -t 30 /tmp/config.lock /usr/bin/true; then
+ echo "Cannot halt at this moment, a config write operation is in progress and 30 seconds have passed."
exit -1
fi
OpenPOWER on IntegriCloud