commit:     96f4444a623d6c5297f48e16a2bc855c2507449e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 22:10:52 2022 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri May 13 22:11:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f4444a

net-misc/netifrc: pkg_postinst needs udev_reload

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://bugs.gentoo.org/843908

 net-misc/netifrc/netifrc-0.7.3.ebuild | 1 +
 net-misc/netifrc/netifrc-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-misc/netifrc/netifrc-0.7.3.ebuild 
b/net-misc/netifrc/netifrc-0.7.3.ebuild
index ac56715aca1e..d06417b6031a 100644
--- a/net-misc/netifrc/netifrc-0.7.3.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.3.ebuild
@@ -61,6 +61,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."

diff --git a/net-misc/netifrc/netifrc-9999.ebuild 
b/net-misc/netifrc/netifrc-9999.ebuild
index 4503bec9c25e..31f53c53facc 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-9999.ebuild
@@ -61,6 +61,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."

Reply via email to