diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-05-13 15:10:52 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-05-13 15:11:15 -0700 |
commit | 96f4444a623d6c5297f48e16a2bc855c2507449e (patch) | |
tree | dd9c7e9fb5cc644aacf213b094e83668c1813784 /net-misc/netifrc/netifrc-9999.ebuild | |
parent | app-emacs/csv-mode: Remove old (diff) | |
download | gentoo-96f4444a623d6c5297f48e16a2bc855c2507449e.tar.gz gentoo-96f4444a623d6c5297f48e16a2bc855c2507449e.tar.bz2 gentoo-96f4444a623d6c5297f48e16a2bc855c2507449e.zip |
net-misc/netifrc: pkg_postinst needs udev_reload
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/843908
Diffstat (limited to 'net-misc/netifrc/netifrc-9999.ebuild')
-rw-r--r-- | net-misc/netifrc/netifrc-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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." |