From 7c127912304b0fc38cbf75423c39b5e3b304841d Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 24 Nov 2008 16:52:48 -0600
Subject: default hobbit client to "on" in cases of missing hobbitserver
 config.

---
 abs/mv-core/MythVantage-config/PKGBUILD   | 2 +-
 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"
 
 
 
-- 
cgit v0.12