diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-09 14:03:59 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-09 14:04:15 -0600 |
commit | 98b2c18a3067be3984cff382c7eb9bd2b6fd964c (patch) | |
tree | 928e7caf9c180adabbbd527a1576491f4fd2155a /net-analyzer | |
parent | dev-libs/botan: version bump (diff) | |
download | gentoo-98b2c18a3067be3984cff382c7eb9bd2b6fd964c.tar.gz gentoo-98b2c18a3067be3984cff382c7eb9bd2b6fd964c.tar.bz2 gentoo-98b2c18a3067be3984cff382c7eb9bd2b6fd964c.zip |
net-analyzer/icinga2: remove unused logrotate.patch
based on a pr from mm1ke
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/files/logrotate.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-analyzer/icinga2/files/logrotate.patch b/net-analyzer/icinga2/files/logrotate.patch deleted file mode 100644 index 93d493a20dcb..000000000000 --- a/net-analyzer/icinga2/files/logrotate.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -ur icinga2-2.4.10/etc/logrotate.d/icinga2.cmake icinga2-2.4.10.new/etc/logrotate.d/icinga2.cmake ---- icinga2-2.4.10/etc/logrotate.d/icinga2.cmake 2016-05-19 06:39:29.000000000 -0500 -+++ icinga2-2.4.10.new/etc/logrotate.d/icinga2.cmake 2016-05-22 17:52:45.547568144 -0500 -@@ -1,4 +1,5 @@ - @CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/icinga2.log @CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/debug.log { -+ su icinga icingacmd - daily - rotate 7@LOGROTATE_USE_SU@ - compress -@@ -12,6 +13,7 @@ - } - - @CMAKE_INSTALL_FULL_LOCALSTATEDIR@/log/icinga2/error.log { -+ su icinga icingacmd - daily - rotate 90@LOGROTATE_USE_SU@ - compress |