diff options
Diffstat (limited to 'src/etc/rc.halt')
-rwxr-xr-x | src/etc/rc.halt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.halt b/src/etc/rc.halt index fd6318b..94a676f 100755 --- a/src/etc/rc.halt +++ b/src/etc/rc.halt @@ -1,6 +1,6 @@ #!/bin/sh -# $Id$ +# /etc/rc.halt 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." |