Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
logrotate
logrotate-3.7.8-conf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File logrotate-3.7.8-conf.patch of Package logrotate
Index: examples/logrotate-default =================================================================== --- examples/logrotate-default.orig +++ examples/logrotate-default @@ -14,22 +14,13 @@ dateext # uncomment this if you want your log files compressed #compress -# RPM packages drop log rotation information into this directory -include /etc/logrotate.d - -# no packages own wtmp and btmp -- we'll rotate them here -/var/log/wtmp { - monthly - create 0664 root utmp - minsize 1M - rotate 1 -} +# comment these to switch compression to use gzip or another +# compression scheme +compresscmd /usr/bin/xz +uncompresscmd /usr/bin/xzdec -/var/log/btmp { - missingok - monthly - create 0600 root utmp - rotate 1 -} +# former versions had to have the compressext set accordingly +#compressext .xz -# system-specific logs may be also be configured here. +# RPM packages drop log rotation information into this directory +include /etc/logrotate.d Index: examples/logrotate.wtmp =================================================================== --- /dev/null +++ examples/logrotate.wtmp @@ -0,0 +1,11 @@ +/var/log/wtmp /var/log/btmp { + compress + dateext + maxage 365 + rotate 99 + size=+400k + notifempty + missingok + copytruncate +} +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor