bash: rework init scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-09 03:52:10 +01:00
parent ff5b0191b7
commit 92fa113508
2 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,3 @@
#!/bin/sh
################################################################################
# Copyright (C) 2009-2010 OpenELEC.tv
# http://www.openelec.tv
@ -24,9 +22,7 @@
#
# runlevels: openelec, installer, textmode
. /etc/profile
TTY="3"
TTY="3"
if [ "$DEBUG" = "yes" ]; then

4
packages/sysutils/bash/init.d/99_shell Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/bin/sh
################################################################################
# Copyright (C) 2009-2010 OpenELEC.tv
# http://www.openelec.tv
@ -24,8 +22,6 @@
#
# runlevels: textmode
. /etc/profile
TTY="1"
echo "###########################################"