]> git.pld-linux.org Git - packages/ntp.git/commitdiff
ntpd needs to read leapseconds auto/th/ntp-4.2.8p5-2
authorElan Ruusamäe <glen@delfi.ee>
Tue, 26 Jan 2016 22:50:43 +0000 (00:50 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 26 Jan 2016 22:50:43 +0000 (00:50 +0200)
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

index 02b61d3cfdf96e56e2139691ed5f27a36265ddff..966dffd26fd02731e2cddcfa44e66ada652b4fa0 100644 (file)
--- 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
This page took 0.069245 seconds and 4 git commands to generate.