Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695886 - net-vpn/libreswan-3.29 - wrong path to /bin/ip in systemd .service unit
Summary: net-vpn/libreswan-3.29 - wrong path to /bin/ip in systemd .service unit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-29 21:27 UTC by Pavel Volkov
Modified: 2020-02-14 07:18 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 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(+)