diff options
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.11.2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild b/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild index caf428f0ca77..3096e694a197 100644 --- a/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild @@ -95,6 +95,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process ${PN}-tmpfiles.conf + if [[ ${previous_less_than_0_7} = 0 ]] ; then elog elog "Configuration files are now in /etc/fail2ban/" diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild index d0d4d4ef18f7..2ad8f462e23d 100644 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild @@ -92,6 +92,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process ${PN}-tmpfiles.conf + if [[ ${previous_less_than_0_7} == 0 ]] ; then elog elog "Configuration files are now in /etc/fail2ban/" |