From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Switching to eudev Date: Sat, 13 Sep 2014 11:57:58 +0200 Message-ID: <87tx4blu55.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSk5p-0004ZE-It for guix-devel@gnu.org; Sat, 13 Sep 2014 05:58:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSk5g-0007B2-IY for guix-devel@gnu.org; Sat, 13 Sep 2014 05:58:09 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSk5g-0007Av-CK for guix-devel@gnu.org; Sat, 13 Sep 2014 05:58:00 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B5BAC350F for ; Sat, 13 Sep 2014 11:57:58 +0200 (CEST) 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 Si28K2ZwwhhX for ; Sat, 13 Sep 2014 11:57:58 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6A15711E3 for ; Sat, 13 Sep 2014 11:57:58 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel With commit 8a7330f we=E2=80=99re switching to eudev, Gentoo=E2=80=99s systemd-independent fork of udev (so far we had been using a 2.5 year old pre-systemd released of udev.) That=E2=80=99s a way for us to get the latest stuff, while not pulling syst= emd. And I think it=E2=80=99s good to support this effort, precisely because it allows for such things. Ludo=E2=80=99.