commit: c8ecb922ecf5a2685f265df3d0a0536aba0ce5bf
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 14:59:17 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 15:17:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ecb922
net-analyzer/suricata: fix typo in postinst messages
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-analyzer/suricata/suricata-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/suricata/suricata-5.0.1.ebuild
b/net-analyzer/suricata/suricata-5.0.1.ebuild
index ecb34b71784..1618cee4705 100644
--- a/net-analyzer/suricata/suricata-5.0.1.ebuild
+++ b/net-analyzer/suricata/suricata-5.0.1.ebuild
@@ -147,7 +147,7 @@ pkg_postinst() {
if use systemd; then
elog "Suricata requires either the mode of operation (e.g.
--af-packet) or the interface to listen on (e.g. -i eth0)"
elog "to be specified on the command line. The provided systemd
unit launches Suricata in af-packet mode and relies"
- elog "on file configuration to specify interfaces, should you
prefer to run it different you will have to customise"
+ elog "on file configuration to specify interfaces, should you
prefer to run it differently you will have to customise"
elog "said unit. The simplest way of doing it is to override
the Environment=OPTIONS='...' line using a .conf file"
elog "placed in the directory
${EPREFIX}/etc/systemd/system/suricata.service.d/ ."
elog "For details, see the section on drop-in directories in
systemd.unit(5)."