From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB63158094 for ; Tue, 30 Aug 2022 10:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488FDE0809; Tue, 30 Aug 2022 10:27:44 +0000 (UTC) Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 065B4E07D3 for ; Tue, 30 Aug 2022 10:27:43 +0000 (UTC) Received: by mail-ot1-x32f.google.com with SMTP id m21-20020a9d6ad5000000b00638df677850so7750191otq.5 for ; Tue, 30 Aug 2022 03:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc; bh=Rq5bKe5a5b6Yo5tce3XAm2xJO7SzCPhdVnzqdUjAZDw=; b=TECORLTl2TAHchkcw/jSMJkTLdHQas/d2Pbtq4msTok6hEl57C1iVD6b+kHFSlZV62 QkvPTOVzfa6pnCa/pkfGpic2uCyuVprpbhp1aNqUX052rSNmZpqpIYEawuLDFop/ZiFC C6h4Pq+ekR2ayLaWOztjwne8u+nQejGCYnusuMUPnlXHV7cOlxgai1GZxhDLohDfoqHP HjKZP+xq3M+VeEwBG+px21HhyDM3doc+MxLMUUUUIax4GibgPCzmV6oAhFjUGracaDTk ylV3CsbiTRWSqkCpTtDTqHj507p5nlkfe/M9AuqeaVAm2gOaZtUSfUXEur2F58sb33RI UqWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc; bh=Rq5bKe5a5b6Yo5tce3XAm2xJO7SzCPhdVnzqdUjAZDw=; b=WUslhRU9zUqoHf0kn+R6iVMxz5uRxxNg0d/7eUm58Ra3RPqPb/AE54X/1dBFDgQQ8k fiWdKg/NDZq2PshytVs6O5jcNangTJnWwfgVlp+9wfbldmw5Gk/XMMtx8RYIqzMvfvBJ 9WRmrzEu6rxnINvyDhkwtB65edQKxmEQMRDeAtUgNm0SDNZS/3Gs9k99GVfumqWMktny Mqq1SndSae/YgRJMjgjoVDbBjuIIa/yu7htEOaHctaWyDsulYmQdRIClGYtkR1c0tMtM 1/cTl3SvtlVWhDbsZ0fYUy1J2xjCPnhWR9ICMzKcoW6LSMTiBTfxdu0t4xSIPHZiq1r3 UE2A== X-Gm-Message-State: ACgBeo1JsduGY43GeFyeTnjbppBSSN9aOm85gXgzFFmHmrz1xYLwYSUV kM0KZj44OVRmqSdrYOCEuOXvproETy/N4b4ettnsFtG187E= X-Google-Smtp-Source: AA6agR7h0CAxZVYXKExnSTpfaZfaTAT09B0zVixLutgy5YEKyh2DQTIrluXxrHm4S9a8VZrK3NBAy+iGPob3k79peWE= X-Received: by 2002:a05:6830:1bc4:b0:636:e925:c3b6 with SMTP id v4-20020a0568301bc400b00636e925c3b6mr8490277ota.86.1661855263093; Tue, 30 Aug 2022 03:27:43 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: In-Reply-To: From: Arve Barsnes Date: Tue, 30 Aug 2022 12:27:31 +0200 Message-ID: Subject: Re: [gentoo-dev] Last rites: sys-fs/eudev To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 285587dd-ecc4-4a23-bc7d-bcf2d9d68f77 X-Archives-Hash: 413d264ebd5b10c048c14ee450b4a9b6 On Tue, 30 Aug 2022 at 11:52, Jaco Kroon wrote: > I note that the default provider for the virtual is systemd-utils[udev], > followed by sys-fs/udev, sys-fs/eudev and finally sys-apps/systemd. > This contradicts the wiki page which states that sys-fs/udev is the > default (https://wiki.gentoo.org/wiki/Udev). > > Is there more comprehensive documentation around about this, and which > should be preferred when? sys-fs/udev is also just a virtual now, which pulls in systemd-utils[udev], so using either works exactly the same. Regards, Arve