Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Fri, 13 May 2022 22:11:22
Message-Id: 1652479875.96f4444a623d6c5297f48e16a2bc855c2507449e.robbat2@gentoo
1 commit: 96f4444a623d6c5297f48e16a2bc855c2507449e
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:10:52 2022 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:11:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f4444a
7
8 net-misc/netifrc: pkg_postinst needs udev_reload
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/843908
12
13 net-misc/netifrc/netifrc-0.7.3.ebuild | 1 +
14 net-misc/netifrc/netifrc-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/net-misc/netifrc/netifrc-0.7.3.ebuild b/net-misc/netifrc/netifrc-0.7.3.ebuild
18 index ac56715aca1e..d06417b6031a 100644
19 --- a/net-misc/netifrc/netifrc-0.7.3.ebuild
20 +++ b/net-misc/netifrc/netifrc-0.7.3.ebuild
21 @@ -61,6 +61,7 @@ src_install() {
22 }
23
24 pkg_postinst() {
25 + udev_reload
26 if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; then
27 elog "The network configuration scripts will use dhcp by"
28 elog "default to set up your interfaces."
29
30 diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild
31 index 4503bec9c25e..31f53c53facc 100644
32 --- a/net-misc/netifrc/netifrc-9999.ebuild
33 +++ b/net-misc/netifrc/netifrc-9999.ebuild
34 @@ -61,6 +61,7 @@ src_install() {
35 }
36
37 pkg_postinst() {
38 + udev_reload
39 if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; then
40 elog "The network configuration scripts will use dhcp by"
41 elog "default to set up your interfaces."