diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-02-27 20:34:38 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-02-27 20:34:38 +0000 |
commit | 77431fef2ebd1122cb582cecf18795fc08795b29 (patch) | |
tree | 846d81f61fe62cbd4598a6a5d3add9dc155c9202 /net-analyzer/fail2ban/files | |
parent | Fix apache eclass handling, patch by Jakub Moc in #209655 (diff) | |
download | historical-77431fef2ebd1122cb582cecf18795fc08795b29.tar.gz historical-77431fef2ebd1122cb582cecf18795fc08795b29.tar.bz2 historical-77431fef2ebd1122cb582cecf18795fc08795b29.zip |
Fix logrotate for bug #207527
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-analyzer/fail2ban/files')
-rw-r--r-- | net-analyzer/fail2ban/files/fail2ban-logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/fail2ban/files/fail2ban-logrotate b/net-analyzer/fail2ban/files/fail2ban-logrotate index a3e60e6acc6d..7a4c3fda2d4b 100644 --- a/net-analyzer/fail2ban/files/fail2ban-logrotate +++ b/net-analyzer/fail2ban/files/fail2ban-logrotate @@ -4,6 +4,6 @@ missingok compress postrotate - /usr/local/bin/fail2ban-client reload 1>/dev/null || true + /usr/bin/fail2ban-client reload 1>/dev/null || true endscript } |