From 7d22544ed1f532e6e73543387f1db40104315d68 Mon Sep 17 00:00:00 2001
From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Tue, 18 Aug 2020 15:18:39 +0200
Subject: [PATCH] =?utf8?q?Inicijalna=20ina=C4=8Dica=20za=20buster?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 debian/changelog |    7 +++++++
 debian/control   |    9 ++++-----
 ntp.conf.tmpl    |   10 +++++-----
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cfb44a1..70b049f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ntp-cn (2:4.2.8.p12+cn10u1) stable; urgency=low
+
+  * Prva inačica za CARNET Debian 10 (buster)
+  * Dodana opcija iburst 
+
+ -- Zeljko Boros <Zeljko.Boros@CARNet.hr>  Tue, 18 Aug 2020 15:16:43 +0200
+
 ntp-cn (2:4.2.8.p10) stable; urgency=low
 
   * Prva inacica za stretch
diff --git a/debian/control b/debian/control
index afb87e9..d098f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,8 @@ Standards-Version: 3.9.8
 
 Package: ntp-cn
 Architecture: all
-Depends: ntp (>= 1:4.2.8p10+dfsg-3+deb9u2), ntpdate (>= 1:4.2.8p10+dfsg-3+deb9u2), lockfile-progs,
+Depends: ntp (>= 1:4.2.8p12+dfsg-4), ntpdate (>= 1:4.2.8p12+dfsg-4), lockfile-progs,
  carnet-tools-cn, ${misc:Depends}
-Description: Network Time Protocol: server and utilities
- NTP, the Network Time Protocol, is used to keep computer clocks accurate
- over the Internet, or by following an accurate hardware receiver which
- interprets GPS, DCF-77, NIST or similar time signals.
+Description: Network Time Protocol: poslužitelj i alati
+ NTP (Network Time Protocol) se rabi za sinhronizaciju satova na poslužiteljima
+ preko interneta ili pomoću vlastitog hardverskog prijamnika: GPS, DCF-77, NIST...
diff --git a/ntp.conf.tmpl b/ntp.conf.tmpl
index e40aa13..3b61982 100644
--- a/ntp.conf.tmpl
+++ b/ntp.conf.tmpl
@@ -13,11 +13,11 @@ filegen clockstats file clockstats type day enable
 
 
 # You do need to talk to an NTP server or two (or three).
-server zg1.ntp.carnet.hr
-server ri.ntp.carnet.hr
-server zg2.ntp.carnet.hr
-server st.ntp.carnet.hr
-server os.ntp.carnet.hr
+server zg1.ntp.carnet.hr iburst
+server ri.ntp.carnet.hr iburst
+server zg2.ntp.carnet.hr iburst
+server st.ntp.carnet.hr iburst
+server os.ntp.carnet.hr iburst
 
 # pool.ntp.org maps to about 1000 low-stratum NTP servers.  Your server will
 # pick a different set every time it starts up.  Please consider joining the
-- 
1.7.10.4