From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2J9m-0004Zp-2I for guix-patches@gnu.org; Sat, 31 Mar 2018 12:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2J9i-0005Rc-UZ for guix-patches@gnu.org; Sat, 31 Mar 2018 12:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53496) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2J9i-0005RA-RD for guix-patches@gnu.org; Sat, 31 Mar 2018 12:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2J9i-0005U2-DU for guix-patches@gnu.org; Sat, 31 Mar 2018 12:15:02 -0400 Subject: [bug#30991] [PATCH v2 2/3] services: Add modem-manager-service-type. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180329222140.21590-1-dannym@scratchpost.org> <20180329222140.21590-3-dannym@scratchpost.org> Date: Sat, 31 Mar 2018 18:14:06 +0200 In-Reply-To: <20180329222140.21590-3-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 30 Mar 2018 00:21:39 +0200") Message-ID: <87tvswjk8h.fsf@gnu.org> 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: Danny Milosavljevic Cc: 30991@debbugs.gnu.org Danny Milosavljevic skribis: > * gnu/services/networking.scm (modem-manager-service-type): New variable. > (): New variable. > (modem-manager-configuration): New procedure. > (modem-manager-configuration?): New procedure. > * doc/guix.texi (Networking Services): Document it. LGTM, thanks! Ludo'.