Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit ntp
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 26 May 2008 23:16:40 +0200
  • Message-id: <20080526211640.923FB678180@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ntp
checked in at Mon May 26 23:16:40 CEST 2008.


--------
--- ntp/ntp.changes 2008-05-20 14:36:12.000000000 +0200
+++ /mounts/work_src_done/STABLE/ntp/ntp.changes 2008-05-26
23:09:14.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 26 23:08:42 CEST 2008 - varkoly@xxxxxxx
+
+- (bnc#393305) – /etc/ntp.conf gets overwritten during an update
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ ntp.spec ++++++
--- /var/tmp/diff_new_pack.Y18954/_old 2008-05-26 23:16:32.000000000 +0200
+++ /var/tmp/diff_new_pack.Y18954/_new 2008-05-26 23:16:32.000000000 +0200
@@ -20,7 +20,7 @@
License: BSD 3-Clause
Group: Productivity/Networking/Other
Version: 4.2.4p4
-Release: 40
+Release: 41
Summary: Network Time Protocol daemon (version 4)
# main source
Source0: ntp-%{version}.tar.bz2
@@ -326,6 +326,16 @@
/etc/sysconfig/ntp > $cvt_tmp && \
test -e $cvt_tmp && mv $cvt_tmp /etc/sysconfig/ntp
test -e /etc/sysconfig/ntp && rm -f /etc/sysconfig/ntp
+ grep -q '^keys /etc/ntp.keys' /etc/ntp.conf || {
+ echo "#
+# Authentication stuff
+#
+keys /etc/ntp.keys # path for keys file
+trustedkey 1 # define trusted keys
+requestkey 1 # key (7) for accessing server variables
+# controlkey 15 # key (6) for accessing server variables
+" >> /etc/ntp.conf
+}
fi
# update from previous permissions
if [ -f /etc/ntp.conf ]; then
@@ -356,7 +366,7 @@
%files
%defattr(-,root,root)
%doc COPYRIGHT ChangeLog NEWS README* TODO WHERE-TO-START conf
-%attr(0640,root,ntp) %{_sysconfdir}/ntp.conf
+%attr(0640,root,ntp) %config(noreplace) %{_sysconfdir}/ntp.conf
%dir %{_sysconfdir}/slp.reg.d
%config(noreplace) %{_sysconfdir}/slp.reg.d/ntp.reg
%{_sysconfdir}/init.d/ntp
@@ -381,6 +391,8 @@
%doc html/*

%changelog
+* Tue May 27 2008 varkoly@xxxxxxx
+- (bnc#393305) – /etc/ntp.conf gets overwritten during an update
* Tue May 20 2008 varkoly@xxxxxxx
- (bnc#388980) – "hang" on boot to runlevel 3
* Wed May 14 2008 anschneider@xxxxxxx













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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread