src/logrotate.sanlock | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 3f49493548065114e09e5bb3f40b0a51268121ae Author: David Teigland teigland@redhat.com Date: Thu Mar 8 11:30:00 2012 -0600
sanlock: add a logrotate file
Signed-off-by: David Teigland teigland@redhat.com
diff --git a/src/logrotate.sanlock b/src/logrotate.sanlock new file mode 100644 index 0000000..7cf4bcb --- /dev/null +++ b/src/logrotate.sanlock @@ -0,0 +1,10 @@ +/var/log/sanlock.log { + rotate 3 + missingok + copytruncate + size 10M + compress + compresscmd /usr/bin/xz + uncompresscmd /usr/bin/unxz + compressext .xz +}
sanlock-devel@lists.fedorahosted.org