diff --git a/server/ntp/comar/ntpdate-service.py b/server/ntp/comar/ntpdate-service.py index 4d34920ca6..a4df66bfcc 100644 --- a/server/ntp/comar/ntpdate-service.py +++ b/server/ntp/comar/ntpdate-service.py @@ -52,7 +52,7 @@ def start(): # Eventhough the ntpdate is a oneshot process, the pidfile hack is used to # work around COMAR's silly status() check in startService() startService(command="/usr/sbin/ntpdate", - args="%s %s" % (config.get("OPTIONS", "-U ntp -s -b"), tickers), + args="%s %s" % (config.get("OPTIONS", "-u ntp -s -b"), tickers), makepid=True, pidfile=PIDFILE, donotify=True) diff --git a/server/ntp/files/fedora/ntpdate.sysconfig b/server/ntp/files/fedora/ntpdate.sysconfig index 667093a342..34a5c093be 100644 --- a/server/ntp/files/fedora/ntpdate.sysconfig +++ b/server/ntp/files/fedora/ntpdate.sysconfig @@ -1,5 +1,5 @@ # Options for ntpdate -OPTIONS="-U ntp -s -b" +OPTIONS="-u ntp -s -b" # Set to 'yes' to sync hw clock after successful ntpdate SYNC_HWCLOCK=no diff --git a/server/ntp/pspec.xml b/server/ntp/pspec.xml index 1ce3800a6d..7e8d790ac3 100644 --- a/server/ntp/pspec.xml +++ b/server/ntp/pspec.xml @@ -125,6 +125,13 @@ + + 2021-07-14 + 4.2.8_p15 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2021-03-27 4.2.8_p15