Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/, net-analyzer/suricata/files/
Date: Sun, 08 Sep 2019 19:25:11
Message-Id: 1567970681.bbf4c30078e27adf7f6af90223cf03a333b2eb28.slis@gentoo
1 commit: bbf4c30078e27adf7f6af90223cf03a333b2eb28
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 19:02:22 2019 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 19:24:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf4c300
7
8 net-analyzer/suricata: Updated init.d and conf.d default pathes
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Slawek Lis <slis <AT> gentoo.org>
12
13 .../suricata/files/{suricata-4.0.3-conf => suricata-4.0.4-conf} | 0
14 .../suricata/files/{suricata-4.0.3-init => suricata-4.0.4-init} | 2 +-
15 net-analyzer/suricata/suricata-4.0.4.ebuild | 4 ++--
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-analyzer/suricata/files/suricata-4.0.3-conf b/net-analyzer/suricata/files/suricata-4.0.4-conf
19 similarity index 100%
20 rename from net-analyzer/suricata/files/suricata-4.0.3-conf
21 rename to net-analyzer/suricata/files/suricata-4.0.4-conf
22
23 diff --git a/net-analyzer/suricata/files/suricata-4.0.3-init b/net-analyzer/suricata/files/suricata-4.0.4-init
24 similarity index 99%
25 rename from net-analyzer/suricata/files/suricata-4.0.3-init
26 rename to net-analyzer/suricata/files/suricata-4.0.4-init
27 index f54ba3a5e23..1db8137f31a 100644
28 --- a/net-analyzer/suricata/files/suricata-4.0.3-init
29 +++ b/net-analyzer/suricata/files/suricata-4.0.4-init
30 @@ -1,5 +1,5 @@
31 #!/sbin/openrc-run
32 -# Copyright 1999-2018 Gentoo Foundation
33 +# Copyright 1999-2019 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 SURICATA_BIN=/usr/bin/suricata
37
38 diff --git a/net-analyzer/suricata/suricata-4.0.4.ebuild b/net-analyzer/suricata/suricata-4.0.4.ebuild
39 index f476bfe2ae2..eea47cd01bd 100644
40 --- a/net-analyzer/suricata/suricata-4.0.4.ebuild
41 +++ b/net-analyzer/suricata/suricata-4.0.4.ebuild
42 @@ -131,8 +131,8 @@ src_install() {
43 fowners -R ${PN}: "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}"
44 fperms 750 "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}"
45
46 - newinitd "${FILESDIR}/${PN}-4.0.3-init" ${PN}
47 - newconfd "${FILESDIR}/${PN}-4.0.3-conf" ${PN}
48 + newinitd "${FILESDIR}/${P}-init" ${PN}
49 + newconfd "${FILESDIR}/${P}-conf" ${PN}
50
51 if use logrotate; then
52 insopts -m0644