Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 427850

Summary: openvpn-2.2.2 {up,down}.sh doesn't find openresolv's resolvconf
Product: Gentoo Linux Reporter: Magnus Kessler <Magnus.Kessler>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Magnus Kessler 2012-07-24 07:34:46 UTC
The {up,down}.sh scripts hardcode the path to /sbin/resolvconf. This doesn't work with openresolv, where resolvconf is /usr/sbin/resolvconf. As there is no other implementation of resolvconf in Gentoo any more, the easiest fix is to change the paths in said scripts.


Reproducible: Always
Comment 1 Magnus Kessler 2012-07-24 08:52:53 UTC
Closing this bug as invalid. I have a custom ebuild of openresolv-3.5.2 installed, where I changed the installation prefix to /usr in order to cope with the recent changes regarding the location of */libexec. The version of openresolv in the tree still installs to the / prefix.