diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2021-06-27 21:39:03 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2021-06-27 21:39:03 +0200 |
commit | 8bedf9eeeb5079ef6bef01d13032a327fd941a05 (patch) | |
tree | 3c0e491152b799dd392696c0485ba1f790007e00 /security/ossec-hids-local/files/ossec-hids.in | |
parent | Added official patches for 3.6.0_1 (diff) | |
download | ossec-3.6.0_2.tar.xz |
Replaced sed with esed to be compatible with FreeBSD 13.0.3.6.0_2
Diffstat (limited to 'security/ossec-hids-local/files/ossec-hids.in')
-rw-r--r-- | security/ossec-hids-local/files/ossec-hids.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ossec-hids-local/files/ossec-hids.in b/security/ossec-hids-local/files/ossec-hids.in index 6c580f2..8778376 100644 --- a/security/ossec-hids-local/files/ossec-hids.in +++ b/security/ossec-hids-local/files/ossec-hids.in @@ -486,7 +486,7 @@ ossec_hids_fetch_config() { echo "${ossec_rc_path} reset_counter" echo "${ossec_rc_path} fetch_config" echo - echo "If this does't help, you need to reset counter on the server." + echo "If this doesn't help, you need to reset counter on the server." echo "If the server runs FreeBSD port of OSSEC, run:" echo "On the agent:" echo "${ossec_rc_path} reset_counter" |