[packages/ntp] ntpd needs to read leapseconds

glen glen at pld-linux.org
Tue Jan 26 23:51:18 CET 2016


commit 960f51611c03e1c3d2672c9e03d2fb2bcfda2559
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 27 00:50:43 2016 +0200

    ntpd needs to read leapseconds
    
    Jan 27 00:15:08 lumpy ntpd[14317]: leapsecond file ('/etc/ntp/ntp.leapseconds'): stat failed: Permission denied
    Jan 27 00:15:08 lumpy ntpd[14317]: leapsecond file ('/etc/ntp/ntp.leapseconds'): expired less than 30 days ago
    
    there's no point keeping it secret, it's publicly available file

 ntp.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ntp.spec b/ntp.spec
index 02b61d3..966dffd 100644
--- a/ntp.spec
+++ b/ntp.spec
@@ -14,7 +14,7 @@ Summary(pl.UTF-8):	Narzędzia do synchronizacji czasu (Network Time Protocol)
 Summary(pt_BR.UTF-8):	Network Time Protocol versão 4
 Name:		ntp
 Version:	4.2.8p5
-Release:	1
+Release:	2
 License:	distributable
 Group:		Networking/Daemons
 Source0:	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
@@ -424,7 +424,7 @@ fi
 %attr(750,root,root) %dir %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/keys
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp.leapseconds
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp.leapseconds
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntpd
 %attr(754,root,root) /etc/rc.d/init.d/ntpd
 %{systemdunitdir}/ntpd.service
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntp.git/commitdiff/960f51611c03e1c3d2672c9e03d2fb2bcfda2559



More information about the pld-cvs-commit mailing list