root/etc/rc.halt @ 0fdfce06
1 | 405e5de0 | Scott Ullrich | #!/bin/sh
|
---|---|---|---|
2 | |||
3 | 1b8df11b | Bill Marquette | # $Id$
|
4 | |||
5 | 57b66617 | Scott Ullrich | if [ -f /var/run/config.lock ]; then |
6 | echo "Cannot reboot at this moment, a config write operation is in progress." |
||
7 | exit -1 |
||
8 | fi
|
||
9 | |||
10 | 405e5de0 | Scott Ullrich | sleep 1
|
11 | |||
12 | da3c3c86 | Scott Ullrich | /sbin/shutdown -p now
|