Update Time-Piece Perl distribution to 1.35
[oi-userland.git] / components / sysutils / logrotate / patches / 03.logrotate-default.patch
blobaab8aab6c116cb7f0b6c3e7cc5bd7607f1d1c37a
1 --- logrotate-3.15.0/examples/wtmp 2018-05-25 14:31:21.000000000 +0000
2 +++ logrotate-3.15.0/examples/wtmp.new 2019-03-07 18:44:14.390703981 +0000
3 @@ -1,8 +1,8 @@
4 -# no packages own wtmp -- we'll rotate it here
5 -/var/log/wtmp {
6 +# no packages own wtmpx -- we'll rotate it here
7 +/var/adm/wtmpx {
8 missingok
9 monthly
10 - create 0664 root utmp
11 + create 0664 root bin
12 minsize 1M
13 rotate 1
15 --- logrotate-3.15.1/examples/btmp 2019-08-30 15:04:51.000000000 +0000
16 +++ logrotate-3.15.1/examples/btmp.new 2019-08-30 16:52:24.045593850 +0000
17 @@ -1,7 +1,7 @@
18 -# no packages own btmp -- we'll rotate it here
19 -/var/log/btmp {
20 +# no packages own utmpx -- we'll rotate it here
21 +/var/adm/utmpx {
22 missingok
23 monthly
24 - create 0660 root utmp
25 + create 0660 adm adm
26 rotate 1