Skip to content

Commit bc55f2c

Browse files
committed
Move authselect tmpfiles snippet into main tmpfiles snippet
Now that tmpfiles supports L? to only symlink things if the source exists, let's make use of it to move the authselect stuff into the main tmpfiles snippet.
1 parent 1aed33f commit bc55f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi.conf.d/20-fedora/mkosi.extra/usr/lib/tmpfiles.d/etc-authselect.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

mkosi.extra/usr/lib/tmpfiles.d/etc.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ L /etc/man_db.conf
3535
# Configuration for ldconfig
3636
L /etc/ld.so.conf
3737
L /etc/ld.so.conf.d
38+
# Required by authselect (Fedora/CentOS)
39+
L? /etc/authselect

0 commit comments

Comments
 (0)