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 7F88C15800A for ; Thu, 27 Jul 2023 10:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1298E0975; Thu, 27 Jul 2023 10:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A758EE0975 for ; Thu, 27 Jul 2023 10:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id DAD52341483 for ; Thu, 27 Jul 2023 10:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45898DDD for ; Thu, 27 Jul 2023 10:42:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690454531.09bcd9cdf271f3890d1d0ce67a3bb5849618688e.sam@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09bcd9cdf271f3890d1d0ce67a3bb5849618688e X-VCS-Branch: master Date: Thu, 27 Jul 2023 10:42:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b3db394-388a-470b-a0bf-8a01e0201388 X-Archives-Hash: 2262a321400fcaf464ffd26276eb0db1 commit: 09bcd9cdf271f3890d1d0ce67a3bb5849618688e Author: Sam James gentoo org> AuthorDate: Wed Jul 26 08:49:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 27 10:42:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=09bcd9cd gen_determineargs.sh: update sys-fs/udev reference Noticed after ulm reported it on IRC. Signed-off-by: Sam James gentoo.org> gen_determineargs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 7122ea3..fd3a4ae 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -1079,7 +1079,7 @@ determine_real_args() { if [ ! -x "/lib/udev/scsi_id" ] then local error_msg="'/lib/udev/scsi_id' is required for --multipath but file does not exist or is not executable!" - error_msg+=" This file is usually provided by sys-fs/{eudev,udev} or sys-apps/systemd!" + error_msg+=" This file is usually provided by: sys-apps/systemd-utils, sys-fs/eudev, or sys-apps/systemd!" gen_die "${error_msg}" fi