sys-apps/shadow: drop duplicate rule creating /var/log/lastlog

The rule was added in 1b28d4e25452d0eacdc19074ccfbd445e88ccc11.
systemd 234 now ships a tmpfiles.d rule to create this file. Fixes
systemd-tmpfiles warning in journal:

    [/usr/lib64/tmpfiles.d/var.conf:17] Duplicate line for path "/var/log/lastlog", ignoring.

By switching to the upstream rule, this changes the lastlog gid
from root to utmp and the mode from 0644 to 0664.
This commit is contained in:
Benjamin Gilbert 2017-10-03 16:55:49 -07:00
parent 7a6b00c006
commit 020bfe95ea
2 changed files with 0 additions and 1 deletions