From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49915) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL4YJ-0001t3-04 for guix-patches@gnu.org; Sun, 05 Apr 2020 08:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL4YI-0002DW-5b for guix-patches@gnu.org; Sun, 05 Apr 2020 08:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL4YI-0002DQ-1l for guix-patches@gnu.org; Sun, 05 Apr 2020 08:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL4YH-0001av-UJ for guix-patches@gnu.org; Sun, 05 Apr 2020 08:39:01 -0400 Subject: [bug#40274] [PATCH v7 1/2] services: Allow modprobe to use "/etc/modprobe.d". Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 05 Apr 2020 12:38:14 +0000 From: Brice Waegeneire In-Reply-To: <20200405131148.2eab72fb@scratchpost.org> References: <20200328135908.2540-1-brice@waegenei.re> <20200405052803.15711-1-brice@waegenei.re> <20200405052803.15711-2-brice@waegenei.re> <20200405131148.2eab72fb@scratchpost.org> Message-ID: <02eceeabef1367df39b19f0174ea5dcd@waegenei.re> 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: Danny Milosavljevic Cc: 40274@debbugs.gnu.org On 2020-04-05 11:11, Danny Milosavljevic wrote: > Pushed to guix master as commit > 8c88e242292db9b35b4ae6ad788a0f8f3c94bb53. > > I think core-updates will be merged to master pretty soon anyway, but > the > question is whether we want to update it in core-updates before that, > given > how many dependencies that has (WTF! What's up with that?). Thank you for helping with that! I thought that core-updates was frozen which would delay #40422 for some time. I wrote the crutch patch to avoid having to wait before supporting module arguments, especially since Florian already had a need for it.