diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-01-07 11:27:20 +0100 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-01-07 11:25:42 +0100 |
commit | cb5cefc064378a810126ac76a888ff668ae3015b (patch) | |
tree | 7b8c60af5af1858c15a51bf49c2e31e324d09ef8 /net-analyzer/suricata | |
parent | cmake-utils.eclass: Support running ctest in parallel (diff) | |
download | gentoo-cb5cefc064378a810126ac76a888ff668ae3015b.tar.gz gentoo-cb5cefc064378a810126ac76a888ff668ae3015b.tar.bz2 gentoo-cb5cefc064378a810126ac76a888ff668ae3015b.zip |
net-analyzer/suricata: fixing error with logrotate file
As reported in bug 604904
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/suricata-3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild index 0d4739e63092..9d39b833eeab 100644 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -130,7 +130,7 @@ src_install() { if use logrotate; then insopts -m0644 insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}.logrotate ${PN} + newins "${FILESDIR}"/${PN}-logrotate ${PN} fi } |