summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system/startfrontend
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-23 22:12:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-23 22:12:27 (GMT)
commit3387bcc0501deb0ef5957f381aa6913ce0dd4d1e (patch)
tree75922c6965332c05bd0faffe8c8d2e9cdf7c0a1f /abs/mv-core/MythVantage-system/startfrontend
parent577c09bc1ea57e3fc5fe459ad91aafa4412b2297 (diff)
downloadlinhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.zip
linhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.tar.gz
linhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.tar.bz2
update mv scripts for /usr
Diffstat (limited to 'abs/mv-core/MythVantage-system/startfrontend')
-rwxr-xr-xabs/mv-core/MythVantage-system/startfrontend10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/mv-core/MythVantage-system/startfrontend b/abs/mv-core/MythVantage-system/startfrontend
index ba22900..3e994aa 100755
--- a/abs/mv-core/MythVantage-system/startfrontend
+++ b/abs/mv-core/MythVantage-system/startfrontend
@@ -38,7 +38,7 @@ keylaunch &
/usr/bin/tilda &
/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents &
/usr/bin/xvattr -a XV_COLORKEY -v 0
-/usr/local/bin/mtd &
+/usr/bin/mtd &
/usr/bin/nvidia-settings -l
/usr/bin/nvidia-settings -a InitialPixmapPlacement=2
@@ -98,7 +98,7 @@ then
if [ ! $STATUS = 2 ]
then
/usr/bin/backend_control.sh stop BE 127.0.0.1
- /usr/local/bin/mythtv-setup
+ /usr/bin/mythtv-setup
/usr/bin/backend_control.sh start BE 127.0.0.1
fi
touch ~/.configured
@@ -111,9 +111,9 @@ fi
if [ x"$UseMythWelcome" = "x1" ]
then
- STARTCMD="/usr/local/bin/mythwelcome"
+ STARTCMD="/usr/bin/mythwelcome"
else
- STARTCMD="/usr/local/bin/mythfrontend -d"
+ STARTCMD="/usr/bin/mythfrontend -d"
fi
echo "====================================================================="
@@ -131,7 +131,7 @@ do
then
echo "using gbd/debug"
- gdb /usr/local/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
+ gdb /usr/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
bash -c "osdClient.pl localhost 5000 'Restart: mdb.txt.mythfrontend:::SYS' "&
mv gdb.txt gdb.txt.mythfrontend
sleep 10