Move autodir_client_paths defaults into global_config.ini. Typically when we add default to the global_config that users should be aware of we remove them from the code so the code fails if the value is not specified. So that is what i did here

Signed-off-by: Scott Zawalski <scottz@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3864 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/global_config.ini b/global_config.ini
index 678ed61..183f8eb 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -24,6 +24,11 @@
 # Only set this if your server is not 'http://[SERVER] hostname/afe/'
 #base_url: http://your_autotest_server/afe/
 
+[AUTOSERV]
+# Autotest potential install paths
+client_autodir_paths: /usr/local/autotest /home/autotest
+
+
 [SERVER]
 hostname: autotest
 # Turn on RPC Logging