diff options
author | Slawomir Lis <slis@gentoo.org> | 2019-09-08 21:02:22 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2019-09-08 21:24:41 +0200 |
commit | bbf4c30078e27adf7f6af90223cf03a333b2eb28 (patch) | |
tree | 83d9749b8e6fe6a5de217014ede1defaf360a4cc /net-analyzer/suricata | |
parent | net-analyzer/suricata: fixed build error related with SIOCGSTAMP (diff) | |
download | gentoo-bbf4c30078e27adf7f6af90223cf03a333b2eb28.tar.gz gentoo-bbf4c30078e27adf7f6af90223cf03a333b2eb28.tar.bz2 gentoo-bbf4c30078e27adf7f6af90223cf03a333b2eb28.zip |
net-analyzer/suricata: Updated init.d and conf.d default pathes
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Slawek Lis <slis@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/files/suricata-4.0.4-conf (renamed from net-analyzer/suricata/files/suricata-4.0.3-conf) | 0 | ||||
-rw-r--r-- | net-analyzer/suricata/files/suricata-4.0.4-init (renamed from net-analyzer/suricata/files/suricata-4.0.3-init) | 2 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-4.0.4.ebuild | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/suricata/files/suricata-4.0.3-conf b/net-analyzer/suricata/files/suricata-4.0.4-conf index 655b947fdd9b..655b947fdd9b 100644 --- a/net-analyzer/suricata/files/suricata-4.0.3-conf +++ b/net-analyzer/suricata/files/suricata-4.0.4-conf diff --git a/net-analyzer/suricata/files/suricata-4.0.3-init b/net-analyzer/suricata/files/suricata-4.0.4-init index f54ba3a5e23b..1db8137f31a4 100644 --- a/net-analyzer/suricata/files/suricata-4.0.3-init +++ b/net-analyzer/suricata/files/suricata-4.0.4-init @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 SURICATA_BIN=/usr/bin/suricata diff --git a/net-analyzer/suricata/suricata-4.0.4.ebuild b/net-analyzer/suricata/suricata-4.0.4.ebuild index f476bfe2ae24..eea47cd01bdb 100644 --- a/net-analyzer/suricata/suricata-4.0.4.ebuild +++ b/net-analyzer/suricata/suricata-4.0.4.ebuild @@ -131,8 +131,8 @@ src_install() { fowners -R ${PN}: "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}" fperms 750 "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}" - newinitd "${FILESDIR}/${PN}-4.0.3-init" ${PN} - newconfd "${FILESDIR}/${PN}-4.0.3-conf" ${PN} + newinitd "${FILESDIR}/${P}-init" ${PN} + newconfd "${FILESDIR}/${P}-conf" ${PN} if use logrotate; then insopts -m0644 |