Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792297 - net-analyzer/snort wrong path in systemd unit
Summary: net-analyzer/snort wrong path in systemd unit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-05-26 19:56 UTC by Alessandro Barbieri
Modified: 2022-01-28 08:00 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 Alessandro Barbieri 2021-05-26 19:56:46 UTC
ExecStartPre=/usr/sbin/ip is wrong and needs to be corrected to ExecStartPre=/bin/ip
Comment 1 Larry the Git Cow gentoo-dev 2022-01-28 08:00:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022a7af62135a12bf61a17e33ebf4619fde6f1c5

commit 022a7af62135a12bf61a17e33ebf4619fde6f1c5
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-02-28 00:35:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-28 07:58:14 +0000

    net-analyzer/snort: fix ip path
    
    Closes: https://bugs.gentoo.org/792297
    Package-Manager: Portage-3.0.15, Repoman-3.0.2
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/19699
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/snort/files/snort_at.service |   2 +-
 net-analyzer/snort/snort-2.9.17-r1.ebuild | 247 ++++++++++++++++++++++++++++++
 2 files changed, 248 insertions(+), 1 deletion(-)