summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2021-01-11 12:04:59 -0500
committerLudovic Courtès <ludo@gnu.org>2021-01-16 23:30:59 +0100
commit181f290aa262eae22819c6234b4065786afb14cf (patch)
tree5100ed401c0b7523a1585489554a01a4a9ebb9e0 /doc/guix.texi
parentfb3c0d3444f94e348952a5e611be219026ea3fa6 (diff)
downloadguix-patches-181f290aa262eae22819c6234b4065786afb14cf.tar
guix-patches-181f290aa262eae22819c6234b4065786afb14cf.tar.gz
services: openntpd: Remove support for deprecated "-s" option.
* gnu/services/networking.scm (openntpd-configuration): Remove "allow-large-adjustment?" field. (openntpd-shepherd-service): Remove use of "allow-large-adjustment?" configuration field and "-s" daemon option. * tests/networking.scm (%openntpd-conf-sample): Remove "allow-large-adjustment?" field. * doc/guix.texi (Networking Services)[openntpd-service-type]: Remove "allow-large-adjustment?" field from sample configuration. [openntpd-configuration]: Remove description of "allow-large-adjustment?" field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 1234834945..c92f3a5e79 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16246,8 +16246,7 @@ clock synchronized with that of the given servers.
(listen-on '("127.0.0.1" "::1"))
(sensor '("udcf0 correction 70000"))
(constraint-from '("www.gnu.org"))
- (constraints-from '("https://www.google.com/"))
- (allow-large-adjustment? #t)))
+ (constraints-from '("https://www.google.com/"))))
@end lisp
@end deffn
@@ -16285,9 +16284,6 @@ a constraint.
As with constraint from, specify a list of URLs, IP addresses or hostnames of
HTTPS servers to provide a constraint. Should the hostname resolve to multiple
IP addresses, @code{ntpd} will calculate a median constraint from all of them.
-@item @code{allow-large-adjustment?} (default: @code{#f})
-Determines if @code{ntpd} is allowed to make an initial adjustment of more
-than 180 seconds.
@end table
@end deftp