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

Bug 685316

Summary: net-vpn/openvpn: openrc scripts uses /var/run instead of /run
Product: Gentoo Linux Reporter: Bertrand Jacquin <bertrand>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: bertrand, williamh
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 830306    

Description Bertrand Jacquin 2019-05-07 23:55:03 UTC
Hi,

net-vpn/openvpn-2.4.6 init script refers /var/run:

/etc/init.d/openvpn:    VPNPID="/var/run/openvpn.${VPN}.pid"
/etc/init.d/openvpn:    VPNPID="/var/run/openvpn.pid"
Comment 1 Larry the Git Cow gentoo-dev 2021-04-30 18:58:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8b4d1f8eaeb437a12b4cbd520199596bf80c55

commit 1f8b4d1f8eaeb437a12b4cbd520199596bf80c55
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-04-30 18:15:06 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-04-30 18:58:34 +0000

    net-vpn/openvpn: runscript: use /run instead of /var/run
    
    Closes: https://bugs.gentoo.org/685316
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 net-vpn/openvpn/files/openvpn-2.1.init | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)