Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680120 - net-vpn/openconnect should depend on virtual/resolvconf
Summary: net-vpn/openconnect should depend on virtual/resolvconf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-12 11:54 UTC by Dag Bakke
Modified: 2019-03-12 15:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dag Bakke 2019-03-12 11:54:33 UTC
I found resolvconf was missing on my system. 
Yet, openconnect is installed and set up to make use of resolvconf.

I have not studied modify_resolvconf_generic() to see if resolvconf brings any value.
Comment 1 Mike Gilbert gentoo-dev 2019-03-12 15:25:24 UTC
resolvconf support is optional. The ebuild already displays a message when you install openconnect.

pkg_postinst() {
    readme.gentoo_print_elog
    if [[ -z ${REPLACING_VERSIONS} ]]; then
        elog
        elog "You may want to consider installing the following optional packages."
        optfeature "resolvconf support" virtual/resolvconf
    fi
}