From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 01 05:38:37 2018 Received: (at 30991) by debbugs.gnu.org; 1 Apr 2018 09:38:37 +0000 Received: from localhost ([127.0.0.1]:33484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f2ZRd-0005z3-4H for submit@debbugs.gnu.org; Sun, 01 Apr 2018 05:38:37 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f2ZRb-0005yu-Ah for 30991@debbugs.gnu.org; Sun, 01 Apr 2018 05:38:35 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 135F712020; Sun, 1 Apr 2018 11:38:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mRM6-LaOqxNo; Sun, 1 Apr 2018 11:38:33 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 09118102E8; Sun, 1 Apr 2018 11:38:32 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#30991] [PATCH v2 1/3] services: Move static-networking to (gnu services base). References: <20180329222140.21590-1-dannym@scratchpost.org> <20180329222140.21590-2-dannym@scratchpost.org> <87y3i8jk9e.fsf@gnu.org> <20180401101607.31d695fa@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Germinal an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 01 Apr 2018 11:38:31 +0200 In-Reply-To: <20180401101607.31d695fa@scratchpost.org> (Danny Milosavljevic's message of "Sun, 1 Apr 2018 10:16:22 +0200") Message-ID: <87po3jgtbc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30991 Cc: 30991@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello! Danny Milosavljevic skribis: > On Sat, 31 Mar 2018 18:13:33 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Danny Milosavljevic skribis: >>=20 >> > * gnu/services/networking.scm (static-networking, static-networking?, >> > static-networking-interface, static-networking-ip, static-networking-n= etmask, >> > static-networking-gateway, static-networking-requirement, >> > static-networking-service, static-networking-service-type): Move to... >> > * gnu/services/base.scm: ...here.=20=20 >>=20 >> What=E2=80=99s the reason? Is there a module cross-dependency issue or >> something? > > Yes, (gnu services base) uses (gnu services networking), and now I wanted > to use (gnu services networking) in (gnu services base) - because > I extend udev service and it's in the latter. I see. > but I thought of a better way to resolve it: Just put modem-manager servi= ce > into (gnu services base) to begin with. Testing... I=E2=80=99d actually prefer the initial approach=E2=80=94moving =E2=80=98static-networking-service-type=E2=80=99 to (gnu services base). T= hat seems more logical to me. Thanks, Ludo=E2=80=99.