initial commit: 1.5.0
[systemrescuecd.git] / overlay-squashfs-sparc / etc / init.d / shutdown.sh
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 opts="-hd"
5 [[ ${INIT_HALT} != "HALT" ]] && opts="${opts}p"
6 [[ ${RC_DOWN_INTERFACE} == "yes" ]] && opts="${opts}i"
7
8 /sbin/halt "${opts}"
9
10 echo "System halted. You can turn off your computer."
11
12 # hmm, if the above failed, that's kind of odd ...
13 # so let's force a halt
14 /sbin/halt -f