From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33575) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6y2u-0000T6-Jt for guix-patches@gnu.org; Sun, 08 Sep 2019 10:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6y2t-0006Ep-IK for guix-patches@gnu.org; Sun, 08 Sep 2019 10:20:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i6y2s-0006EA-2S for guix-patches@gnu.org; Sun, 08 Sep 2019 10:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i6y2r-0008B5-TG for guix-patches@gnu.org; Sun, 08 Sep 2019 10:20:01 -0400 Subject: bug#37295: [PATCHv3] services: ntp: Support different NTP server types and options. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Maxim Cournoyer References: <8736hd1sfb.fsf@x200.i-did-not-set--mail-host-address--so-tickle-me> <87ef0wzz3j.fsf_-_@gmail.com> <20190905070943.GT13917@E5400> <87k1apx0tw.fsf_-_@gmail.com> <20190906104613.GB13943@E5400> <87r24sviho.fsf@gmail.com> <20190908080635.GB977@E5400> Date: Sun, 08 Sep 2019 23:19:36 +0900 In-Reply-To: <20190908080635.GB977@E5400> (Efraim Flashner's message of "Sun, 8 Sep 2019 11:06:35 +0300") Message-ID: <87h85mzx8n.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 37295-done@debbugs.gnu.org Hi! Efraim Flashner writes: > On Sat, Sep 07, 2019 at 01:27:15PM +0900, Maxim Cournoyer wrote: >> Efraim Flashner writes: >> >> > I like the changes to the openntpd service in relation to the other >> > changes. >> >> Great! I'll be awaiting an OK or let some time pass (2 weeks from now) >> before I merge these patches into master. >> >> You may want to check out the fixes I did to the openntp package/service >> here as well: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37318. >> > > This looks good to me! Thanks for the quick feedback; I've merged this into master with commit 5658ae8a0a. Maxim