From be428616c6bd0492cf80fb5114118f7e6216f03a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:23:57 +0200 Subject: [PATCH] Revert "fuse: start init scripts on RUNLEVEL=boot" This reverts commit d51f70da6a4a686273cd44892d3673818b608588. --- packages/sysutils/fuse/init.d/15_fuse | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/packages/sysutils/fuse/init.d/15_fuse b/packages/sysutils/fuse/init.d/15_fuse index 45a5afb73c..76996f5d03 100644 --- a/packages/sysutils/fuse/init.d/15_fuse +++ b/packages/sysutils/fuse/init.d/15_fuse @@ -23,12 +23,5 @@ # # runlevels: openelec, textmode -case $RUNLEVEL in - boot) - progress "Starting Fuse" - mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1 - ;; - - poweroff|reboot) - ;; -esac +progress "Starting Fuse" + mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1 \ No newline at end of file