net-analyzer/suricata: fix typo in postinst messages
authorMarek Szuba <marecki@gentoo.org>
Thu, 19 Dec 2019 14:59:17 +0000 (14:59 +0000)
committerMarek Szuba <marecki@gentoo.org>
Thu, 19 Dec 2019 15:17:15 +0000 (15:17 +0000)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
net-analyzer/suricata/suricata-5.0.1.ebuild

index ecb34b717847983714ef2adf46b9955889c158b0..1618cee47055437b99f725e867b333412aab6bc0 100644 (file)
@@ -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)."