ntp rebuild unknown option -U
This commit is contained in:
@@ -52,7 +52,7 @@ def start():
|
|||||||
# Eventhough the ntpdate is a oneshot process, the pidfile hack is used to
|
# Eventhough the ntpdate is a oneshot process, the pidfile hack is used to
|
||||||
# work around COMAR's silly status() check in startService()
|
# work around COMAR's silly status() check in startService()
|
||||||
startService(command="/usr/sbin/ntpdate",
|
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,
|
makepid=True,
|
||||||
pidfile=PIDFILE,
|
pidfile=PIDFILE,
|
||||||
donotify=True)
|
donotify=True)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Options for ntpdate
|
# Options for ntpdate
|
||||||
OPTIONS="-U ntp -s -b"
|
OPTIONS="-u ntp -s -b"
|
||||||
|
|
||||||
# Set to 'yes' to sync hw clock after successful ntpdate
|
# Set to 'yes' to sync hw clock after successful ntpdate
|
||||||
SYNC_HWCLOCK=no
|
SYNC_HWCLOCK=no
|
||||||
|
|||||||
@@ -125,6 +125,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2021-07-14</Date>
|
||||||
|
<Version>4.2.8_p15</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2021-03-27</Date>
|
<Date>2021-03-27</Date>
|
||||||
<Version>4.2.8_p15</Version>
|
<Version>4.2.8_p15</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user