Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BC73A7818ED for <~alpine/devel@lists.alpinelinux.org>; Mon, 24 Aug 2020 09:40:34 +0000 (UTC) Subject: Re: Proposed system change: ifupdown-ng as default network device manager DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1598262033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+uerA0cb9pdrIH52yi9NJ8N+v9qp+5ZjY+YOA+NQU9k=; b=Ka9clDVm+9WqPbwkXNmm95n2cNpjvelF0TUZQe7nxMAq771up2ilXGiKCuam0Iodi8s48h 1GqITsyE9mkheQHz6bH9BX/3+42ltOp5gFgg1JOgb4AauGa02riHOI8qT+lzFoLfwOQ0U9 135savMniv2FNncn0G0qcvSLCnLy618= To: Natanael Copa Cc: ~alpine/devel@lists.alpinelinux.org References: <12372156.q0HFhEdf7Z@localhost> <58043884-92aa-865f-03f7-59ec985d69b4@dereferenced.org> <20200821190151.6c9b4d90@ncopa-desktop.lan> <20200824095536.6425075c@ncopa-desktop.lan> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ariadne Conill Message-ID: <4b92ee5b-9452-e319-5029-91d60ca95add@dereferenced.org> Date: Mon, 24 Aug 2020 03:40:30 -0600 MIME-Version: 1.0 In-Reply-To: <20200824095536.6425075c@ncopa-desktop.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.10 Hello, On 2020-08-24 01:55, Natanael Copa wrote: > On Fri, 21 Aug 2020 18:51:44 -0600 > Ariadne Conill wrote: > >>> Maybe we can solve it with dependencies and provides instead, with >>> ifupdown-ng with the highest priority. >> >> I have no objection to making it a direct dependency of openrc at >> release time. > > > How about we do something like this. We make 3 different packages with > provides=ifupdown: > > ifupdown-ng (highes provides_priority) > ifupdown-debian > ifupdown-none > > then we let openrc depend=ifupdown. This way users would get > ifupdown-ng by default, but can be easily be swapped out by either > ifupdown-debian or ifupdown-none (which is to be installed for busybox > ifupdown). That satisfies the goals for 3.13 release, I think. I will do it in the 0.8.1 package later today. Ariadne