Merge release branch 4.6 to master

* 4.6:
  CLOUDSTACK-9155 make sure logrotate is effective
This commit is contained in:
Remi Bergsma 2015-12-13 14:31:24 +01:00
commit 08a1b11c11

View File

@ -22,4 +22,8 @@
notifempty
compress
delaycompress
# CLOUDSTACK-9155: We cannot tell the processes that are writing to this
# file to use the new inode, so instead we copy the original file, truncate
# it and keep the same inode.
copytruncate
}