Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2015-09-16 10:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-25 07:17:13.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes     2015-09-16 
10:37:14.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep  4 09:24:55 UTC 2015 - [email protected]
+
+- Add "addserver" as a new legacy action.
+- Fix the comment regarding addserver in ntp.conf (bnc#910063).
+
+-------------------------------------------------------------------

Old:
----
  conf.ntptimeset

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

Other differences:
------------------
++++++ ntp.spec ++++++
--- /var/tmp/diff_new_pack.REt5tw/_old  2015-09-16 10:37:15.000000000 +0200
+++ /var/tmp/diff_new_pack.REt5tw/_new  2015-09-16 10:37:15.000000000 +0200
@@ -45,7 +45,6 @@
 Source12:       README.SUSE
 Source13:       ntp-4.2.7-rh-manpages.tar.gz
 Source14:       ntp.xml
-Source15:       conf.ntptimeset
 Source16:       ntp.NetworkManager
 Patch1:         ntp-segfault_on_invalid_device.patch
 Patch10:        ntp-strcat.patch
@@ -180,7 +179,15 @@
 install -m 0644 -D %{SOURCE9} %{buildroot}/%{_unitdir}/ntp-wait.service
 install -d %{buildroot}%{_prefix}/sbin
 install -m 755 -D %{SOURCE8} %{buildroot}%{_sbindir}/start-ntpd
-install -m 755 -D %{SOURCE15} 
%{buildroot}/usr/lib/initscripts/legacy-actions/ntpd/ntptimeset
+%__install -d %{buildroot}/usr/lib/initscripts/legacy-actions/ntpd
+for f in ntptimeset addserver; do
+       F=%{buildroot}/usr/lib/initscripts/legacy-actions/ntpd/$f
+       cat >$F <<-EOF
+               #!/bin/bash
+               exec /usr/sbin/start-ntpd $f
+       EOF
+       chmod 755 $F
+done
 #
 # fillup sysconfig.ntp
 #

++++++ conf.ntp.conf ++++++
--- /var/tmp/diff_new_pack.REt5tw/_old  2015-09-16 10:37:15.000000000 +0200
+++ /var/tmp/diff_new_pack.REt5tw/_new  2015-09-16 10:37:15.000000000 +0200
@@ -38,7 +38,7 @@
 
 ##
 ## Add external Servers using
-## # rcntp addserver <yourserver>
+## # rcntpd addserver <yourserver>
 ## The servers will only be added to the currently running instance, not
 ## to /etc/ntp.conf.
 ##




Reply via email to