Merge pull request #6235 from mbiebl/var-log-lastlog

tmpfiles: create /var/log/lastlog if it does not exist
This commit is contained in:
Lennart Poettering 2017-07-03 11:47:30 +02:00 committed by GitHub
commit 131d5e148e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ d /var/log 0755 - - -
m4_ifdef(`HAVE_UTMP',
f /var/log/wtmp 0664 root utmp -
f /var/log/btmp 0600 root utmp -
f /var/log/lastlog 0664 root utmp -
)m4_dnl
d /var/cache 0755 - - -