[ntp] 4.2.6p2-4

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Aug 27 17:15:14 UTC 2010


commit b455149de93d131604903582c46a1fdd75004d5f
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Aug 27 19:13:40 2010 +0200

    4.2.6p2-4
    
    - fix default ntpdate sysconfig options (#445229)

 ntp.spec          |    5 ++++-
 ntpdate.sysconfig |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ntp.spec b/ntp.spec
index d3dce37..2d25f00 100644
--- a/ntp.spec
+++ b/ntp.spec
@@ -1,7 +1,7 @@
 Summary: The NTP daemon and utilities
 Name: ntp
 Version: 4.2.6p2
-Release: 3%{?dist}
+Release: 4%{?dist}
 # primary license (COPYRIGHT) : MIT
 # ElectricFence/ (not used) : GPLv2
 # kernel/sys/ppsclock.h (not used) : BSD with advertising
@@ -352,6 +352,9 @@ fi
 %{ntpdocdir}/html
 
 %changelog
+* Fri Aug 27 2010 Miroslav Lichvar <mlichvar at redhat.com> 4.2.6p2-4
+- fix default ntpdate sysconfig options (#445229)
+
 * Thu Aug 26 2010 Miroslav Lichvar <mlichvar at redhat.com> 4.2.6p2-3
 - update ntpdate service (#627395)
 
diff --git a/ntpdate.sysconfig b/ntpdate.sysconfig
index 35bd732..2502779 100644
--- a/ntpdate.sysconfig
+++ b/ntpdate.sysconfig
@@ -1,5 +1,5 @@
 # Options for ntpdate
-OPTIONS="-q 2"
+OPTIONS="-p 2"
 
 # Number of retries before giving up
 RETRIES=2


More information about the scm-commits mailing list