From 91067baf9f4e4d7eaf84961f4299b2510ef0b250 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Mon, 2 Feb 2009 01:30:11 -0800
Subject: Should speed up finding grabbers for those in North America.

---
 abs/core-testing/LinHES-config/systemconfig.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 738f168..0a25cbd 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -798,6 +798,10 @@ function setupzipcode () {
     if [ ! x$zipcode = x ]
     then
         ${MV_ROOT}/bin/restore_default_settings.sh -c ZIP  -z $zipcode
+	#Let's also speed things up for those in North America
+	mkdir /usr/bin/perlbin/vendor/tv_grabbers_non_na
+	mv /usr/bin/perlbin/vendor/tv_grab_*  /usr/bin/perlbin/vendor/tv_grabbers_non_na
+	mv  /usr/bin/perlbin/vendor/tv_grabbers_non_na/tv_grab_na*  /usr/bin/perlbin/vendor/
     fi
 }
 
-- 
cgit v0.12