From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2LR5-0005Ve-W9 for guix-patches@gnu.org; Sat, 31 Mar 2018 14:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2LR1-0004BQ-Qq for guix-patches@gnu.org; Sat, 31 Mar 2018 14:41:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53577) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2LR1-0004Ax-Ml for guix-patches@gnu.org; Sat, 31 Mar 2018 14:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2LR0-0000QS-3q for guix-patches@gnu.org; Sat, 31 Mar 2018 14:41:03 -0400 Subject: [bug#30991] [PATCH v2 2/3] services: Add modem-manager-service-type. Resent-Message-ID: Date: Sat, 31 Mar 2018 20:39:51 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180331203951.2c37405c@alma-ubu> In-Reply-To: <20180329222140.21590-3-dannym@scratchpost.org> References: <20180329222140.21590-1-dannym@scratchpost.org> <20180329222140.21590-3-dannym@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/f/F+4x8Cuwhs6OOcRaKaHAR"; protocol="application/pgp-signature" 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 --Sig_/f/F+4x8Cuwhs6OOcRaKaHAR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 30 Mar 2018 00:21:39 +0200 Danny Milosavljevic wrote: > * 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. > --- > doc/guix.texi | 22 ++++++++++++++++++++++ > gnu/services/networking.scm | 39 > +++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 > insertions(+) >=20 > diff --git a/doc/guix.texi b/doc/guix.texi > index 25c08b9f0..23b7ae089 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -10712,6 +10712,28 @@ several commands to interact with the daemon > and configure networking: and @command{wicd-curses} user interfaces. > @end deffn > =20 > +@cindex ModemManager > + > +@defvr {Scheme Variable} modem-manager-service-type > +This is the service type for the > +@uref{https://wiki.gnome.org/Projects/ModemManager, ModemManager} > +service. The value for this service type is a > +@code{modem-manager-configuration} record. See below ... [..] > diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm > index da96bbeb5..5092a5f35 100644 > --- a/gnu/services/networking.scm > +++ b/gnu/services/networking.scm [..] > +(define modem-manager-service-type [..] > + (description > + "Run > @uref{https://wiki.gnome.org/Projects/ModemManager, +ModemManager}, a > modem management daemon that aims to simplify dialup +networking.")))) URL in texinfo and here: This page says only "This page does not exist yet. You can create a new empty page, or use one of the page templates. " I found this one working, but it's the unstable version: https://developer.gnome.org/ModemManager/unstable/ Bj=C3=B6rn --Sig_/f/F+4x8Cuwhs6OOcRaKaHAR Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlq/1fcACgkQvyhstlk+X/0j3gCgs+MXLTXaA/EJwijsglSaCTxH 2sEAn1DVhXIKwtMwxMfjYDqdKvSROYrK =S4El -----END PGP SIGNATURE----- --Sig_/f/F+4x8Cuwhs6OOcRaKaHAR--