summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-20 06:29:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-20 06:29:08 (GMT)
commitc37f84b1105c5de34ff0c0340c6702b0251079e4 (patch)
treee32e146521cbccfd7feffa445bd323b43cfc4d81 /abs/core-testing/LinHES-config
parent4d6fa25b49fd43ff61aaa287ae22b5a84d14a3cf (diff)
downloadlinhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.zip
linhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.tar.gz
linhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.tar.bz2
Partitial unteaking of what the tweaker has twung.
StandAlone works. MBE does not FE/SLAVE are unknown.
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rwxr-xr-xabs/core-testing/LinHES-config/PKGBUILD2
-rw-r--r--abs/core-testing/LinHES-config/README11
-rwxr-xr-xabs/core-testing/LinHES-config/restore_default_settings.sh3
3 files changed, 13 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index 95affcb..fae21c4 100755
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=1.0
-pkgrel=273
+pkgrel=280
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan )
diff --git a/abs/core-testing/LinHES-config/README b/abs/core-testing/LinHES-config/README
index 0a8e64f..56d53b0 100644
--- a/abs/core-testing/LinHES-config/README
+++ b/abs/core-testing/LinHES-config/README
@@ -1,3 +1,10 @@
-README file for SCALE and beyond.
-/usr/MythVantage/README
+Thanks for giving this Preview Release of LinHES a try!
+While the core of LinHes is quite stable, we still need to
+implement some features. At the moment, LinHES is compiled for i686. If you have an i586 class system, LinHES won't work for you. We do intend for LinHES to be full i586 compatible. In addition, we still have to implement support for more remotes and blasters. The TV out of the PVR-350 isn't supported a t this time.
+Support for LinHES can be obtained at:
+http://linhes.org
+irc.freenode.net #linhes
+
+Bugs can be reported at:
+http://linhes.org/flyspray
diff --git a/abs/core-testing/LinHES-config/restore_default_settings.sh b/abs/core-testing/LinHES-config/restore_default_settings.sh
index 5a02886..30429c6 100755
--- a/abs/core-testing/LinHES-config/restore_default_settings.sh
+++ b/abs/core-testing/LinHES-config/restore_default_settings.sh
@@ -344,6 +344,9 @@ case $OPERATION in
done
SQL="update settings set data='0' where value='HostaccesshostypeSystemtype' and hostname=\"$hostname\" ;"
$MYSQLCMD_C "$SQL"
+ SQL="update settings set data='0' where value='Hostaccessuser' and hostname=\"$hostname\" ;"
+ $MYSQLCMD_C "$SQL"
+ ;;
esac
#SELECT * INTO OUTFILE 'data.txt'