Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716470 - net-vpn/openfortivpn ebuild won't check kernel modules requirement
Summary: net-vpn/openfortivpn ebuild won't check kernel modules requirement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-06 15:47 UTC by sagredo+GentooBugs
Modified: 2020-04-07 23:40 UTC (History)
2 users (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 sagredo+GentooBugs 2020-04-06 15:47:47 UTC
The openfortivp documentation says that, the kernel modules "CONFIG_PPP" and "PPP_ASYNC" have to be submitted to work and the ebuild does not check this.


I think this code is a possible solution, but I don't know if it meets the ebuild standard


for i in PPP PPP_ASYNC; do
	if ! linux_chkconfig_present ${i}; then
		msg="${msg} ${i}"
    fi
done
Comment 1 sagredo+GentooBugs 2020-04-07 23:40:34 UTC
It is working and warning but It is not estricted cofig.

sorry inconvenience