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"