Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685316 - net-vpn/openvpn: openrc scripts uses /var/run instead of /run
Summary: net-vpn/openvpn: openrc scripts uses /var/run instead of /run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 830306
  Show dependency tree
 
Reported: 2019-05-07 23:55 UTC by Bertrand Jacquin
Modified: 2021-12-30 17:04 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 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(-)