Add lastlogx to the list of files created.
This commit is contained in:
parent
f709224812
commit
b8911768e7
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.304 2005/02/23 02:10:33 lukem Exp $
|
# $NetBSD: Makefile,v 1.305 2005/03/04 16:16:00 christos Exp $
|
||||||
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
||||||
|
|
||||||
# Environment variables without default values:
|
# Environment variables without default values:
|
||||||
|
@ -281,6 +281,7 @@ install-etc-files: .PHONY check_DESTDIR MAKEDEV
|
||||||
${BINOWN} ${BINGRP} 600 /var/log/authlog \
|
${BINOWN} ${BINGRP} 600 /var/log/authlog \
|
||||||
root wheel 600 /var/log/cron \
|
root wheel 600 /var/log/cron \
|
||||||
${BINOWN} ${BINGRP} 664 /var/log/lastlog \
|
${BINOWN} ${BINGRP} 664 /var/log/lastlog \
|
||||||
|
${BINOWN} ${BINGRP} 664 /var/log/lastlogx \
|
||||||
${BINOWN} ${BINGRP} 640 /var/log/lpd-errs \
|
${BINOWN} ${BINGRP} 640 /var/log/lpd-errs \
|
||||||
${BINOWN} ${BINGRP} 600 /var/log/maillog \
|
${BINOWN} ${BINGRP} 600 /var/log/maillog \
|
||||||
${BINOWN} ${BINGRP} 644 /var/log/messages \
|
${BINOWN} ${BINGRP} 644 /var/log/messages \
|
||||||
|
|
Loading…
Reference in New Issue