summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-04-10 16:47:05 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-04-10 16:47:05 (GMT)
commit6ac5efa6f1def4663fd28bdf5fa26a5185635190 (patch)
tree967abf66fa62b44d9731a4dce26aa25b1cb84cac /abs/core-testing/LinHES-system
parent1890b44d6a8d6fabc370633f46462fce29ec3aa1 (diff)
downloadlinhes_pkgbuild-6ac5efa6f1def4663fd28bdf5fa26a5185635190.zip
linhes_pkgbuild-6ac5efa6f1def4663fd28bdf5fa26a5185635190.tar.gz
linhes_pkgbuild-6ac5efa6f1def4663fd28bdf5fa26a5185635190.tar.bz2
linhes-config/system: print to the console using printhl instead of echo
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r--abs/core-testing/LinHES-system/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-system/load-modules-mythvantage.sh6
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD
index a25db9d..7d68a99 100644
--- a/abs/core-testing/LinHES-system/PKGBUILD
+++ b/abs/core-testing/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=1.0
-pkgrel=49
+pkgrel=51
arch=('i686')
MVDIR=$startdir/pkg/usr/LH
BINDIR=$startdir/pkg/usr/bin
diff --git a/abs/core-testing/LinHES-system/load-modules-mythvantage.sh b/abs/core-testing/LinHES-system/load-modules-mythvantage.sh
index 142f7c2..4f5ea91 100755
--- a/abs/core-testing/LinHES-system/load-modules-mythvantage.sh
+++ b/abs/core-testing/LinHES-system/load-modules-mythvantage.sh
@@ -1,7 +1,9 @@
#!/bin/bash
#/usr/bin/load-modules-mythvantage.sh UNLOAD LCD
+export TERM=linux
+. /etc/rc.conf
+. /etc/rc.d/functions
. /etc/systemconfig
-
case $1 in
UNLOAD|unload )
MODULELIST=`grep /etc/modules.mythvantage $2`
@@ -12,7 +14,7 @@ UNLOAD|unload )
;;
- *) echo "- Loading MythVantage-modules"
+ *) printhl " Loading MythVantage-modules"
#try to load the cx88 modules
if [ ! x$SystemType = xFrontend_only ]
then