From c8ecb922ecf5a2685f265df3d0a0536aba0ce5bf Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 19 Dec 2019 14:59:17 +0000 Subject: [PATCH] net-analyzer/suricata: fix typo in postinst messages Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba --- 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 ecb34b717847..1618cee47055 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)." -- 2.26.2