summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-24 22:52:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-24 22:52:48 (GMT)
commit7c127912304b0fc38cbf75423c39b5e3b304841d (patch)
tree8a99348442e48aa050a890fad7c168d06ed64c18
parenta73aa26202d19da424722bcf1285b566dbfd9d8d (diff)
downloadlinhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.zip
linhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.tar.gz
linhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.tar.bz2
default hobbit client to "on" in cases of missing hobbitserver config.
-rwxr-xr-xabs/mv-core/MythVantage-config/PKGBUILD2
-rwxr-xr-xabs/mv-core/MythVantage-config/timezip.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD
index dd3835b..0a1178b 100755
--- a/abs/mv-core/MythVantage-config/PKGBUILD
+++ b/abs/mv-core/MythVantage-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=MythVantage-config
pkgver=3.2
-pkgrel=134
+pkgrel=141
pkgdesc="The Gui-installer"
depends=(bc mysql-python expect curl dnsutils sg3_utils parted)
arch=('i686')
diff --git a/abs/mv-core/MythVantage-config/timezip.py b/abs/mv-core/MythVantage-config/timezip.py
index 505b4a4..7a35475 100755
--- a/abs/mv-core/MythVantage-config/timezip.py
+++ b/abs/mv-core/MythVantage-config/timezip.py
@@ -84,7 +84,7 @@ def selectvars():
try:
hobbitclient=result[0]
except TypeError:
- hobbitclient="0"
+ hobbitclient="1"