Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615782 - net-vpn/openvpn does not use the svcname for up/down scripts as claimed
Summary: net-vpn/openvpn does not use the svcname for up/down scripts as claimed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-16 21:22 UTC by Elfenbein, Karsten
Modified: 2017-04-16 21:31 UTC (History)
0 users

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 Elfenbein, Karsten 2017-04-16 21:22:45 UTC
The openvpn does not call the claimed up/down scripts when using svcname.

in https://gitweb.gentoo.org/repo/gentoo.git/tree/net-vpn/openvpn/files/openvpn-2.1.init

line 92 claims to use "/etc/openvpn/${SVCNAME}-{up,down}.sh"
but line 84 hardcodes that to just "/etc/openvpn/up.sh"