Benjamin Gilbert 020bfe95ea 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.
2017-10-03 17:42:16 -07:00
..