diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:40:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:40:27 (GMT) |
commit | b036b0227413e6e891b583ed29c459c9d7192e03 (patch) | |
tree | 53defd49d95d7e73dbd7e18fb3df5434037160e6 | |
parent | f8d4b895a4cd65aee8b4ef6293dabf2aee806e65 (diff) | |
download | linhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.zip linhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.tar.gz linhes_pkgbuild-b036b0227413e6e891b583ed29c459c9d7192e03.tar.bz2 |
switch ntp servers to ntp.org
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 8 |
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 |