diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-24 00:38:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-24 00:38:38 (GMT) |
commit | 282e9e588e6d8a62a7b1d3f18963e3787fb6f88a (patch) | |
tree | 2e793dfd7c1161d2c2b81f7f16654b51a3b8651f /abs/core/LinHES-system/LinHES-session | |
parent | bd68dfef60c156531e19e4406f0e7e31c89ff41d (diff) | |
download | linhes_pkgbuild-282e9e588e6d8a62a7b1d3f18963e3787fb6f88a.zip linhes_pkgbuild-282e9e588e6d8a62a7b1d3f18963e3787fb6f88a.tar.gz linhes_pkgbuild-282e9e588e6d8a62a7b1d3f18963e3787fb6f88a.tar.bz2 |
linhes-system: missed some conversions from mythvantage ->enhanced
Diffstat (limited to 'abs/core/LinHES-system/LinHES-session')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-session | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/LinHES-system/LinHES-session b/abs/core/LinHES-system/LinHES-session index caeb83e..71c6ede 100755 --- a/abs/core/LinHES-system/LinHES-session +++ b/abs/core/LinHES-system/LinHES-session @@ -47,7 +47,7 @@ export MALLOC_CHECK_=0 # } # # function delay_osd(){ -# if [ x$STARTUP_STYLE = xmythvantage ] +# if [ x$STARTUP_STYLE = xenhanced ] # then # cmd="ps -ef | grep -v grep | grep -q xmsg.py" # else @@ -209,7 +209,7 @@ function update_apple_trailers(){ function first_configure(){ - if [ x$STARTUP_STYLE = xmythvantage ] + if [ x$STARTUP_STYLE = xenhanced ] then first_configure_mv else @@ -295,7 +295,7 @@ function start_myth() { #continue on with starting mythtv - if [ x$STARTUP_STYLE = xmythvantage ] + if [ x$STARTUP_STYLE = xenhanced ] then start_myth_mv else @@ -320,7 +320,7 @@ function run_myth(){ killall -9 irexec /usr/bin/irexec -d - if [ x$STARTUP_STYLE = xmythvantage ] + if [ x$STARTUP_STYLE = xenhanced ] then $STARTCMD 2>&1 else @@ -374,7 +374,7 @@ start_myth # wait for the windowmanger #This will make the session wait on the WM to exit. -if [ x$STARTUP_STYLE != xmythvantage ] +if [ x$STARTUP_STYLE != xenhanced ] then wait $pid fi |