From b036b0227413e6e891b583ed29c459c9d7192e03 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sun, 30 Nov 2008 17:40:27 -0600
Subject: switch ntp servers to ntp.org

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

diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 9408afc..fd5a2da 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -358,10 +358,10 @@ EOF
         #this is used for backend or standlone types
         if [ $1 = "1" ]
                 then
-                        echo "server ntp1.cs.wisc.edu" >> ${BASE}/etc/ntp.conf
-                        echo "server ntp3.sf-bay.org"  >> ${BASE}/etc/ntp.conf
-                        echo "restrict ntp1.cs.wisc.edu noquery nomodify" >> ${BASE}/etc/ntp.conf
-                        echo "restrict ntp3.sf-bay.org noquery nomodify" >> ${BASE}/etc/ntp.conf
+                        echo "server pool.ntp.org" >> ${BASE}/etc/ntp.conf
+                        #echo "server ntp3.sf-bay.org"  >> ${BASE}/etc/ntp.conf
+                        echo "restrict pool.ntp.org" >> ${BASE}/etc/ntp.conf
+                        #echo "restrict ntp3.sf-bay.org noquery nomodify" >> ${BASE}/etc/ntp.conf
 
                 else
                         echo "server $dbhost" >> ${BASE}/etc/ntp.conf
-- 
cgit v0.12