summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/LinHES-session
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-10 03:28:50 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-10 03:28:50 (GMT)
commit3981e3bd46861efbe9cebe4a0cb106faa9033daa (patch)
treeef6d32ca5a3e99cb88f8c54720b9b6528904b006 /abs/core-testing/LinHES-system/LinHES-session
parentbd5bf3ecdb7757918a4d12add60ae295c837a2b7 (diff)
downloadlinhes_pkgbuild-3981e3bd46861efbe9cebe4a0cb106faa9033daa.zip
linhes_pkgbuild-3981e3bd46861efbe9cebe4a0cb106faa9033daa.tar.gz
linhes_pkgbuild-3981e3bd46861efbe9cebe4a0cb106faa9033daa.tar.bz2
Scripts to make LinHES all that it will be.
sudo rules are installed via LinHES.install. Currently this allows mythtv to do anything. This will need to change in the future, but for now its ok. -myth_mtc.py is a script that will check to make sure myth is idle before running optimize_mythdb.py along with performing a nightly backup. Currently the backup is not functional, as it's waiting on the knoppmyth scripts. LinHES-start and LinHES-session start X and control whats run. Instead of using a .xinitrc for mythtv LinHES-start is systemwide. LinHES-profile.sh set's up the PATH for LinHES tools & scripts.
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-session')
-rwxr-xr-xabs/core-testing/LinHES-system/LinHES-session13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-session b/abs/core-testing/LinHES-system/LinHES-session
new file mode 100755
index 0000000..05fc6d1
--- /dev/null
+++ b/abs/core-testing/LinHES-system/LinHES-session
@@ -0,0 +1,13 @@
+#!/bin/sh
+. /etc/profile
+. /etc/systemconfig
+
+xhost +local:
+xhost +127.0.0.1
+xset -dpms s off
+export MALLOC_CHECK_=0
+#start fluxbox
+fluxbox
+
+
+