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 510F0158090 for ; Fri, 20 May 2022 06:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79460E0922; Fri, 20 May 2022 06:31:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6013CE0922 for ; Fri, 20 May 2022 06:31:51 +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 555AA341A3E for ; Fri, 20 May 2022 06:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0137746A for ; Fri, 20 May 2022 06:31:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1653028293.dedd765a52e9d3519f50a28d02f7499380dbbcf3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netifrc/netifrc-0.7.3-r1.ebuild X-VCS-Directories: net-misc/netifrc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: dedd765a52e9d3519f50a28d02f7499380dbbcf3 X-VCS-Branch: master Date: Fri, 20 May 2022 06:31:48 +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: f6cda2b7-06e5-45be-b98d-1bea9ef39d59 X-Archives-Hash: 5f996ed54f707a7757322f7604dd9b4c commit: dedd765a52e9d3519f50a28d02f7499380dbbcf3 Author: Lars Wendler gentoo org> AuthorDate: Fri May 20 06:31:33 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 20 06:31:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedd765a net-misc/netifrc: Re-add udev_reload call Signed-off-by: Lars Wendler gentoo.org> net-misc/netifrc/netifrc-0.7.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/netifrc/netifrc-0.7.3-r1.ebuild b/net-misc/netifrc/netifrc-0.7.3-r1.ebuild index 64bea176c13c..daf90d2df7ed 100644 --- a/net-misc/netifrc/netifrc-0.7.3-r1.ebuild +++ b/net-misc/netifrc/netifrc-0.7.3-r1.ebuild @@ -62,6 +62,7 @@ src_install() { } pkg_postinst() { + udev_reload if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; then elog "The network configuration scripts will use dhcp by" elog "default to set up your interfaces."