unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37318: OpenNTPD generated config is convoluted
@ 2019-09-03  4:33 Maxim Cournoyer
       [not found] ` <handler.37318.B.156773944123283.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2019-09-03  4:33 UTC (permalink / raw)
  To: 37318

For the documented following openntpd-service-type definition:

--8<---------------cut here---------------start------------->8---
(openntpd-configuration
            (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)))
--8<---------------cut here---------------end--------------->8---

The following configuration file is generated:

--8<---------------cut here---------------start------------->8---
listen on 127.0.0.1
 listen on ::1
constraints from "https://www.google.com/"
constraints from "https://www.google.com/"
sensor udcf0 correction 70000
constraints from "https://www.google.com/"
server 0.guix.pool.ntp.org
 server 1.guix.pool.ntp.org
 server 2.guix.pool.ntp.org
 server 3.guix.pool.ntp.org
constraints from "https://www.google.com/"
constraints from "https://www.google.com/"
constraint from www.gnu.org
--8<---------------cut here---------------end--------------->8---

Notice the repeated "constraints from" directives.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-10  4:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  4:33 bug#37318: OpenNTPD generated config is convoluted Maxim Cournoyer
     [not found] ` <handler.37318.B.156773944123283.ack@debbugs.gnu.org>
2019-09-03  4:47   ` Maxim Cournoyer
2019-09-06  9:34   ` Maxim Cournoyer
2019-09-07  4:21     ` bug#37318: [PATCH] " Maxim Cournoyer
2019-09-08  8:07       ` Efraim Flashner
2019-09-10  4:04         ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).