Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2015-03-12 16:36:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-01 12:29:15.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes     2015-03-12 
16:36:29.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar  8 10:45:54 UTC 2015 - wba...@tmo.at
+
+- 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#901751)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ conf.start-ntpd ++++++
--- /var/tmp/diff_new_pack.zailmf/_old  2015-03-12 16:36:31.000000000 +0100
+++ /var/tmp/diff_new_pack.zailmf/_new  2015-03-12 16:36:31.000000000 +0100
@@ -219,7 +219,7 @@
             # here the usual case with empty NTPD_PROTO (default/yast config)
             SNTP_OPT="$NTPD_PROTO ${SERVER[0]}"
         fi
-        sntp -t 2 -l /dev/null -s $SNTP_OPT 2> /dev/null && { 
SYNCHRONISED=$SNTP_OPT; break; };
+        /usr/sbin/sntp -t 2 -l /dev/null -s $SNTP_OPT 2> /dev/null && { 
SYNCHRONISED=$SNTP_OPT; break; };
     done
     if [ "$SYNCHRONISED" ]
     then



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to