vanhofen
5 years ago
6 changed files with 4 additions and 100 deletions
@ -1,25 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
. /etc/profile |
|||
. /etc/init.d/functions |
|||
. /etc/init.d/globals |
|||
|
|||
SHOWINFO "start" |
|||
|
|||
if [ -e /tmp/.flash.start ]; then |
|||
lcd4l_cmd=stop |
|||
lcd4l_msg="Updating STB ..." |
|||
else |
|||
lcd4l_cmd=off |
|||
lcd4l_msg="Shutdown STB ..." |
|||
fi |
|||
|
|||
# first stopping lcd4linux |
|||
test -d /tmp/lcd/ && echo ${lcd4l_msg} > /tmp/lcd/goodbye |
|||
service lcd4linux ${lcd4l_cmd} |
|||
|
|||
# stopping services and daemons in order of the symlink names |
|||
LOGINFO "run initscripts stop ..." |
|||
run_initscripts stop |
|||
|
|||
SHOWINFO "done" |
@ -1,25 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
. /etc/profile |
|||
. /etc/init.d/functions |
|||
. /etc/init.d/globals |
|||
|
|||
SHOWINFO "start" |
|||
|
|||
if [ -e /tmp/.flash.start ]; then |
|||
lcd4l_cmd=stop |
|||
lcd4l_msg="Updating STB ..." |
|||
else |
|||
lcd4l_cmd=off |
|||
lcd4l_msg="Shutdown STB ..." |
|||
fi |
|||
|
|||
# first stopping lcd4linux |
|||
test -d /tmp/lcd/ && echo ${lcd4l_msg} > /tmp/lcd/goodbye |
|||
service lcd4linux ${lcd4l_cmd} |
|||
|
|||
# stopping services and daemons in order of the symlink names |
|||
LOGINFO "run initscripts stop ..." |
|||
run_initscripts stop |
|||
|
|||
SHOWINFO "done" |
@ -1,25 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
. /etc/profile |
|||
. /etc/init.d/functions |
|||
. /etc/init.d/globals |
|||
|
|||
SHOWINFO "start" |
|||
|
|||
if [ -e /tmp/.flash.start ]; then |
|||
lcd4l_cmd=stop |
|||
lcd4l_msg="Updating STB ..." |
|||
else |
|||
lcd4l_cmd=off |
|||
lcd4l_msg="Shutdown STB ..." |
|||
fi |
|||
|
|||
# first stopping lcd4linux |
|||
test -d /tmp/lcd/ && echo ${lcd4l_msg} > /tmp/lcd/goodbye |
|||
service lcd4linux ${lcd4l_cmd} |
|||
|
|||
# stopping services and daemons in order of the symlink names |
|||
LOGINFO "run initscripts stop ..." |
|||
run_initscripts stop |
|||
|
|||
SHOWINFO "done" |
@ -1,25 +0,0 @@ |
|||
#!/bin/sh |
|||
|
|||
. /etc/profile |
|||
. /etc/init.d/functions |
|||
. /etc/init.d/globals |
|||
|
|||
SHOWINFO "start" |
|||
|
|||
if [ -e /tmp/.flash.start ]; then |
|||
lcd4l_cmd=stop |
|||
lcd4l_msg="Updating STB ..." |
|||
else |
|||
lcd4l_cmd=off |
|||
lcd4l_msg="Shutdown STB ..." |
|||
fi |
|||
|
|||
# first stopping lcd4linux |
|||
test -d /tmp/lcd/ && echo ${lcd4l_msg} > /tmp/lcd/goodbye |
|||
service lcd4linux ${lcd4l_cmd} |
|||
|
|||
# stopping services and daemons in order of the symlink names |
|||
LOGINFO "run initscripts stop ..." |
|||
run_initscripts stop |
|||
|
|||
SHOWINFO "done" |
Loading…
Reference in new issue