Merge pull request #72 from sylvainfaivre/bookworm
fix(debian): disable login_records, they are managed by the package
This commit is contained in:
commit
991516be4d
2 changed files with 2 additions and 4 deletions
|
@ -6,6 +6,7 @@ Arch:
|
||||||
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:
|
||||||
|
|
|
@ -11,7 +11,4 @@
|
||||||
# osfingermap: {}
|
# osfingermap: {}
|
||||||
---
|
---
|
||||||
# os: Debian
|
# os: Debian
|
||||||
Debian-10:
|
osfingermap: {}
|
||||||
login_records_jobs: false
|
|
||||||
Debian-11:
|
|
||||||
login_records_jobs: false
|
|
||||||
|
|
Loading…
Reference in a new issue