# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 opts="-dpk" [[ ${RC_DOWN_INTERFACE} == "yes" ]] && opts="${opts}i" /sbin/reboot "${opts}" # hmm, if the above failed, that's kind of odd ... # so let's force a reboot /sbin/reboot -f