- cosmetics: we dont have an runlevel debug
- cosmetics
This commit is contained in:
Stephan Raue 2010-03-15 04:45:34 +01:00
parent 3b89c4d26c
commit 62dd1e812c
4 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
#
# start syslog daemon
#
# runlevels: openelec, text, debug
# runlevels: openelec, text
(
progress "Starting Syslog daemon"
mkdir -p /var/log
syslogd
)&

View File

@ -1,7 +1,7 @@
#
# start syslog daemon
#
# runlevels: openelec, text, debug
# runlevels: openelec, text
HOSTNAME=`cat /etc/hostname`

View File

@ -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 ##"

View File

@ -1,6 +1,6 @@
# start the ACPI daemon subsystem
#
# runlevels: openelec, text, debug
# runlevels: openelec, text
(
progress "Starting ACPI daemon"