mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-12 21:34:18 +02:00
Remove the last binary from the package - it is provided instead by util-linux-login package. This fixes issue #13533. Create openrc subpackage with init script to enable accounting at boot. Add logrotate configuration file. Correct the path of the wtmp file.
12 lines
171 B
Text
12 lines
171 B
Text
/var/log/account/pacct {
|
|
compress
|
|
create 0770 root root
|
|
daily
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
postrotate
|
|
accton /var/log/account/pacct
|
|
endscript
|
|
rotate 14
|
|
}
|