summaryrefslogtreecommitdiff
path: root/net-analyzer/suricata
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-01-07 11:27:20 +0100
committerSlawomir Lis <slis@gentoo.org>2017-01-07 11:25:42 +0100
commitcb5cefc064378a810126ac76a888ff668ae3015b (patch)
tree7b8c60af5af1858c15a51bf49c2e31e324d09ef8 /net-analyzer/suricata
parentadfccec02c2474a509fc10d580a25d72f33cab55 (diff)
downloadgentoo-cb5cefc064378a810126ac76a888ff668ae3015b.tar.gz
gentoo-cb5cefc064378a810126ac76a888ff668ae3015b.tar.xz
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.ebuild4
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 0d4739e6309..9d39b833eea 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
}