summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-30 23:40:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-30 23:40:27 (GMT)
commitb036b0227413e6e891b583ed29c459c9d7192e03 (patch)
tree53defd49d95d7e73dbd7e18fb3df5434037160e6 /abs/core-testing/LinHES-config/systemconfig.sh
parentf8d4b895a4cd65aee8b4ef6293dabf2aee806e65 (diff)
downloadlinhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.zip
linhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.tar.gz
linhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.tar.bz2
switch ntp servers to ntp.org
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh8
1 files 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