diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-12 15:45:30 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-12 15:45:30 (GMT) |
commit | da486348adcafd04fc57297a06e19be5c74b6ebf (patch) | |
tree | 35c2896e9ac970da72c99896f6050797ab825807 /abs/core-testing/LinHES-system | |
parent | 331ff0bfcc0bd0df49047c1869c46743fde92c21 (diff) | |
download | linhes_pkgbuild-da486348adcafd04fc57297a06e19be5c74b6ebf.zip linhes_pkgbuild-da486348adcafd04fc57297a06e19be5c74b6ebf.tar.gz linhes_pkgbuild-da486348adcafd04fc57297a06e19be5c74b6ebf.tar.bz2 |
change path to mythtv-setup
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 57bbc93..72c3991 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -2,8 +2,9 @@ . /etc/profile . /etc/systemconfig -keylaunch & -/usr/bin/tilda & +#keylaunch & +#/usr/bin/tilda & + /usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents & /usr/bin/xvattr -a XV_COLORKEY -v 0 mtd & @@ -30,7 +31,7 @@ then if [ ! $STATUS = 2 ] then sudo sv stop mythbackend - /usr/local/bin/mythtv-setup + /usr/bin/mythtv-setup sudo sv start mythbackend #maybe run mythfilldatabase here fi |