diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-24 07:56:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-24 07:56:34 +0000 |
commit | 6c2e4cc2a67f7183d8495ca4b30a6a8bfd9d6c93 (patch) | |
tree | 32678b73c6547591e0dca107e9b9b17cc061361b /sys-apps/sysvinit/files | |
parent | Version bump. (diff) | |
download | gentoo-2-6c2e4cc2a67f7183d8495ca4b30a6a8bfd9d6c93.tar.gz gentoo-2-6c2e4cc2a67f7183d8495ca4b30a6a8bfd9d6c93.tar.bz2 gentoo-2-6c2e4cc2a67f7183d8495ca4b30a6a8bfd9d6c93.zip |
pointless comment tweaks from cilly #171791
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/sysvinit/files')
-rwxr-xr-x | sys-apps/sysvinit/files/reboot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sysvinit/files/reboot.sh b/sys-apps/sysvinit/files/reboot.sh index 4557adc971fa..3e50f71cc83b 100755 --- a/sys-apps/sysvinit/files/reboot.sh +++ b/sys-apps/sysvinit/files/reboot.sh @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 opts="-dpk" @@ -7,5 +7,5 @@ opts="-dpk" /sbin/reboot "${opts}" 2>/dev/null # hmm, if the above failed, that's kind of odd ... -# unless it's busybox +# so let's force a reboot /sbin/reboot -f |