summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2019-12-19 14:59:17 +0000
committerMarek Szuba <marecki@gentoo.org>2019-12-19 15:17:15 +0000
commitc8ecb922ecf5a2685f265df3d0a0536aba0ce5bf (patch)
treed7d9a4bf2d179be540b5b38581d70b8f6bb71307 /net-analyzer/suricata/suricata-5.0.1.ebuild
parentnet-p2p/syncthing: remove old (diff)
downloadgentoo-c8ecb922ecf5a2685f265df3d0a0536aba0ce5bf.tar.gz
gentoo-c8ecb922ecf5a2685f265df3d0a0536aba0ce5bf.tar.bz2
gentoo-c8ecb922ecf5a2685f265df3d0a0536aba0ce5bf.zip
net-analyzer/suricata: fix typo in postinst messages
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata/suricata-5.0.1.ebuild')
-rw-r--r--net-analyzer/suricata/suricata-5.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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)."