Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2016-01-23 01:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntp (Old)
 and      /work/SRC/openSUSE:Factory/.ntp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2015-11-18 22:32:48.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes     2016-01-23 
01:03:46.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 18 13:08:09 UTC 2016 - [email protected]
+
+- Explicitely run /usr/sbin/sntp to synchronize in start-ntpd. When
+  run as cron job, /usr/sbin/ is not in the path, which caused the
+  synchronization to fail. (boo#962318)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ conf.start-ntpd ++++++
--- /var/tmp/diff_new_pack.KWcEln/_old  2016-01-23 01:03:47.000000000 +0100
+++ /var/tmp/diff_new_pack.KWcEln/_new  2016-01-23 01:03:47.000000000 +0100
@@ -217,7 +217,7 @@
        test -n "$NTP_PROTO" -a "NTPD_PROTO" != "$proto" && continue
        # ignore hardware clock drivers
         test "${srv#127.127.}" != "$srv" && continue
-        if sntp -S -c $args &> /dev/null
+        if /usr/sbin/sntp -S -c $args &> /dev/null
         then
             SYNCHRONISED=$srv
             break




Reply via email to