Browse Source

Merge pull request #72 from sylvainfaivre/bookworm

fix(debian): disable login_records, they are managed by the package
tags/v0.14.2
Dafydd Jones 1 week ago
parent
commit
991516be4d
No account linked to committer's email address
2 changed files with 2 additions and 4 deletions
  1. +1
    -0
      logrotate/osfamilymap.yaml
  2. +1
    -4
      logrotate/osfingermap.yaml

+ 1
- 0
logrotate/osfamilymap.yaml View File

default_config: default_config:
tabooext: + .pacorig .pacnew .pacsave tabooext: + .pacorig .pacnew .pacsave
Debian: Debian:
login_records_jobs: false
default_config: default_config:
compress: true compress: true
RedHat: RedHat:

+ 1
- 4
logrotate/osfingermap.yaml View File

# osfingermap: {} # osfingermap: {}
--- ---
# os: Debian # os: Debian
Debian-10:
login_records_jobs: false
Debian-11:
login_records_jobs: false
osfingermap: {}

Loading…
Cancel
Save