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

Bug 695886

Summary: net-vpn/libreswan-3.29 - wrong path to /bin/ip in systemd .service unit
Product: Gentoo Linux Reporter: Pavel Volkov <ao>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pavel Volkov 2019-09-29 21:27:18 UTC
Reading /lib/systemd/system/ipsec.service:
ExecStopPost=/sbin/ip xfrm policy flush
ExecStopPost=/sbin/ip xfrm state flush

Correct path would be /bin/ip, not /sbin/ip.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-02-14 07:18:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023dca615ddb7566c393a319801b2bce1aed49a7

commit 023dca615ddb7566c393a319801b2bce1aed49a7
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-02-14 07:17:06 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-02-14 07:18:34 +0000

    net-vpn/libreswan: add 3.30
    
    Closes: https://bugs.gentoo.org/695886
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 net-vpn/libreswan/Manifest                         |   1 +
 .../libreswan/files/libreswan-3.30-ip-path.patch   |  13 +++
 net-vpn/libreswan/libreswan-3.30.ebuild            | 117 +++++++++++++++++++++
 3 files changed, 131 insertions(+)