diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-19 08:42:36 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-19 08:42:36 +0000 |
commit | 151bd5c9950977718cd5da7fe81d156d94d3391b (patch) | |
tree | 9cbe6c6607cd6053e3586f60f01f9738a83231a4 /etc | |
parent | Added VDR_CHARSET_OVERRIDE support (diff) | |
download | gentoo-vdr-scripts-151bd5c9950977718cd5da7fe81d156d94d3391b.tar.gz gentoo-vdr-scripts-151bd5c9950977718cd5da7fe81d156d94d3391b.tar.bz2 gentoo-vdr-scripts-151bd5c9950977718cd5da7fe81d156d94d3391b.zip |
Make special option mark_for_reboot work with baselayout-1, Reported by gehlhajo, http://www.vdr-portal.de/board/thread.php?threadid=76283
svn path=/gentoo-vdr-scripts/trunk/; revision=587
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/wakeup-reboot-halt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/wakeup-reboot-halt b/etc/init.d/wakeup-reboot-halt index fc3a240..d35f897 100755 --- a/etc/init.d/wakeup-reboot-halt +++ b/etc/init.d/wakeup-reboot-halt @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -extra_commands="mark_for_reboot" +opts="${opts} mark_for_reboot" STATEFILE=/force_reboot_shutdown |