mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 03:45:07 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fac84098e | ||
|
|
21b2063a6f |
1
NEWS
1
NEWS
@@ -6,6 +6,7 @@ New in version 1.26
|
|||||||
* Accept NTP packets with versions 4, 3 and 2
|
* Accept NTP packets with versions 4, 3 and 2
|
||||||
* Cope with unexpected backward time jumps
|
* Cope with unexpected backward time jumps
|
||||||
* Don't reset kernel frequency on start without drift file
|
* Don't reset kernel frequency on start without drift file
|
||||||
|
* Retry on permanent DNS error by default
|
||||||
* Add waitsync command
|
* Add waitsync command
|
||||||
|
|
||||||
New in version 1.25
|
New in version 1.25
|
||||||
|
|||||||
8
configure
vendored
8
configure
vendored
@@ -102,7 +102,7 @@ For better control, use the options below.
|
|||||||
--disable-pps Disable PPS API support
|
--disable-pps Disable PPS API support
|
||||||
--disable-rtc Don't include RTC even on Linux
|
--disable-rtc Don't include RTC even on Linux
|
||||||
--disable-linuxcaps Disable Linux capabilities support
|
--disable-linuxcaps Disable Linux capabilities support
|
||||||
--enable-forcednsretry Force retry on DNS failure
|
--disable-forcednsretry Don't retry on permanent DNS error
|
||||||
--with-sendmail=PATH Path to sendmail binary [/usr/lib/sendmail]
|
--with-sendmail=PATH Path to sendmail binary [/usr/lib/sendmail]
|
||||||
|
|
||||||
Fine tuning of the installation directories:
|
Fine tuning of the installation directories:
|
||||||
@@ -173,7 +173,7 @@ feat_ipv6=1
|
|||||||
feat_pps=1
|
feat_pps=1
|
||||||
try_setsched=0
|
try_setsched=0
|
||||||
try_lockmem=0
|
try_lockmem=0
|
||||||
feat_forcednsretry=0
|
feat_forcednsretry=1
|
||||||
mail_program="/usr/lib/sendmail"
|
mail_program="/usr/lib/sendmail"
|
||||||
|
|
||||||
for option
|
for option
|
||||||
@@ -239,8 +239,8 @@ do
|
|||||||
--disable-linuxcaps)
|
--disable-linuxcaps)
|
||||||
feat_linuxcaps=0
|
feat_linuxcaps=0
|
||||||
;;
|
;;
|
||||||
--enable-forcednsretry)
|
--disable-forcednsretry)
|
||||||
feat_forcednsretry=1
|
feat_forcednsretry=0
|
||||||
;;
|
;;
|
||||||
--with-sendmail=* )
|
--with-sendmail=* )
|
||||||
mail_program=`echo $option | sed -e 's/^.*=//;'`
|
mail_program=`echo $option | sed -e 's/^.*=//;'`
|
||||||
|
|||||||
Reference in New Issue
Block a user