From 92c250ae608b9d5b3ce42bd76f9fc8fb89e31f40 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:26:32 +0200 Subject: [PATCH] Revert "ratpoison: start init scripts on RUNLEVEL=boot" This reverts commit 7022c0592223ff24bb9fcd2b2ac33e1f7db3bafa. --- .../x11/other/ratpoison/init.d/73_ratpoison | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/packages/x11/other/ratpoison/init.d/73_ratpoison b/packages/x11/other/ratpoison/init.d/73_ratpoison index 213997cdc0..1e3fa9a4cc 100644 --- a/packages/x11/other/ratpoison/init.d/73_ratpoison +++ b/packages/x11/other/ratpoison/init.d/73_ratpoison @@ -22,19 +22,12 @@ # # runlevels: openelec -case $RUNLEVEL in - boot) - ( - progress "starting Windowmanager" +( + progress "starting Windowmanager" - # waiting for Xorg to start - wait_for_xorg + # waiting for Xorg to start + wait_for_xorg - # starting ratpoison - DISPLAY=:0.0 ratpoison > /dev/null 2>&1 - )& - ;; - - poweroff|reboot) - ;; -esac + # starting ratpoison + DISPLAY=:0.0 ratpoison > /dev/null 2>&1 +)&