From: Yu Watanabe Date: Wed, 4 Oct 2017 09:09:32 +0000 (+0900) Subject: man: empty string resets the list of NTP servers (#6984) X-Git-Tag: v235~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07883f198d949c078085ccafab7eb61788721ae4;p=thirdparty%2Fsystemd.git man: empty string resets the list of NTP servers (#6984) --- diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 8c86fd00742..7c84e80d4d2 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -80,7 +80,9 @@ systemd-networkd.service8. systemd-timesyncd will contact all configured system or per-interface servers in turn until one is found that - responds. This setting defaults to an empty + responds. When the empty string is assigned, the list of + NTP servers is reset, and all assignments prior to this one + will have no effect. This setting defaults to an empty list. @@ -92,9 +94,11 @@ systemd-networkd.service8 take precedence over this setting, as do any servers set via NTP= above. This setting is hence only used - if no other NTP server information is known. If this option is - not given, a compiled-in list of NTP servers is used - instead. + if no other NTP server information is known. When the empty + string is assigned, the list of NTP servers is reset, + and all assignments prior to this one will have no effect. + If this option is not given, a compiled-in list of NTP servers + is used instead.