diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-24 22:52:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-24 22:52:48 (GMT) |
commit | 7c127912304b0fc38cbf75423c39b5e3b304841d (patch) | |
tree | 8a99348442e48aa050a890fad7c168d06ed64c18 /abs/mv-core | |
parent | a73aa26202d19da424722bcf1285b566dbfd9d8d (diff) | |
download | linhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.zip linhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.tar.gz linhes_pkgbuild-7c127912304b0fc38cbf75423c39b5e3b304841d.tar.bz2 |
default hobbit client to "on" in cases of missing hobbitserver config.
Diffstat (limited to 'abs/mv-core')
-rwxr-xr-x | abs/mv-core/MythVantage-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/mv-core/MythVantage-config/timezip.py | 2 |
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" |