From 62dd1e812ce3ae6cf8e716c4eaf701019f97bc65 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 15 Mar 2010 04:45:34 +0100 Subject: [PATCH] busybox: - cosmetics: we dont have an runlevel debug - cosmetics --- packages/sysutils/busybox/init.d/01_syslogd | 3 +-- packages/sysutils/busybox/init.d/02_network | 2 +- packages/sysutils/busybox/init.d/10_debugshell | 4 ++-- packages/sysutils/busybox/init.d/14_acpid | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/sysutils/busybox/init.d/01_syslogd b/packages/sysutils/busybox/init.d/01_syslogd index e03bb3e5ed..ff2b74060c 100755 --- a/packages/sysutils/busybox/init.d/01_syslogd +++ b/packages/sysutils/busybox/init.d/01_syslogd @@ -1,11 +1,10 @@ # # start syslog daemon # -# runlevels: openelec, text, debug +# runlevels: openelec, text ( progress "Starting Syslog daemon" - mkdir -p /var/log syslogd )& diff --git a/packages/sysutils/busybox/init.d/02_network b/packages/sysutils/busybox/init.d/02_network index 218dd533ee..b7fb72b0eb 100755 --- a/packages/sysutils/busybox/init.d/02_network +++ b/packages/sysutils/busybox/init.d/02_network @@ -1,7 +1,7 @@ # # start syslog daemon # -# runlevels: openelec, text, debug +# runlevels: openelec, text HOSTNAME=`cat /etc/hostname` diff --git a/packages/sysutils/busybox/init.d/10_debugshell b/packages/sysutils/busybox/init.d/10_debugshell index e4ff04ec09..f957b55e99 100755 --- a/packages/sysutils/busybox/init.d/10_debugshell +++ b/packages/sysutils/busybox/init.d/10_debugshell @@ -1,10 +1,10 @@ # start debug shell # -# runlevels: openelec, debug, text +# runlevels: openelec, text TTY="3" -if [ "$DEBUG"="yes" ]; then +if [ "$DEBUG" = "yes" ]; then echo "###########################################" echo "## it seems we are running in Debug mode ##" diff --git a/packages/sysutils/busybox/init.d/14_acpid b/packages/sysutils/busybox/init.d/14_acpid index 963ef9d8ac..bc5fc51180 100755 --- a/packages/sysutils/busybox/init.d/14_acpid +++ b/packages/sysutils/busybox/init.d/14_acpid @@ -1,6 +1,6 @@ # start the ACPI daemon subsystem # -# runlevels: openelec, text, debug +# runlevels: openelec, text ( progress "Starting ACPI daemon"