[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: doc: Fix <openntpd-configuration> openntpd default.
From: |
guix-commits |
Subject: |
02/07: doc: Fix <openntpd-configuration> openntpd default. |
Date: |
Mon, 9 Jan 2023 18:27:22 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e4673b45d3f55f4e9cc1a37da6dda3c420a536d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 5 23:53:32 2023 +0100
doc: Fix <openntpd-configuration> openntpd default.
* doc/guix.texi (Networking Services): <openntpd-configuration>'s
openntpd field takes a package: it does not default to a FILE-APPEND
call.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 695770bd12..aef3890298 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20106,8 +20106,8 @@ This variable is a list of the server addresses defined
in
@deftp {Data Type} openntpd-configuration
@table @asis
-@item @code{openntpd} (default: @code{(file-append openntpd "/sbin/ntpd")})
-The openntpd executable to use.
+@item @code{openntpd} (default: @code{openntpd})
+The openntpd package to use.
@item @code{listen-on} (default: @code{'("127.0.0.1" "::1")})
A list of local IP addresses or hostnames the ntpd daemon should listen on.
@item @code{query-from} (default: @code{'()})
- branch master updated (79a9bb25bc -> 27e40a4463), guix-commits, 2023/01/09
- 02/07: doc: Fix <openntpd-configuration> openntpd default.,
guix-commits <=
- 01/07: gnu: fbcat: Fix typo in description., guix-commits, 2023/01/09
- 05/07: gnu: emacs-hsluv: Name git checkout., guix-commits, 2023/01/09
- 03/07: gnu: emacs-syslog-mode: Name git checkout., guix-commits, 2023/01/09
- 04/07: gnu: emacs-hide-lines: Name git checkout., guix-commits, 2023/01/09
- 06/07: gnu: linux-libre: Bump max-silent-time even further., guix-commits, 2023/01/09
- 07/07: gnu: bind: Update to 9.16.36., guix-commits, 2023/01/09