/etc/ssh: Install ssh_known_hosts with mode 644.

Makes it agree with the mtree and more convenient for admin to edit.

XXX pullup-8
XXX pullup-9
This commit is contained in:
riastradh 2022-08-30 22:36:48 +00:00
parent 3a0698b068
commit b672ca148d
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.3 2017/05/21 15:28:38 riastradh Exp $ # $NetBSD: Makefile,v 1.4 2022/08/30 22:36:48 riastradh Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
CONFIGFILES= ssh_known_hosts CONFIGFILES= ssh_known_hosts
FILESDIR= /etc/ssh FILESDIR= /etc/ssh
FILESMODE= 644
.include <bsd.prog.mk> .include <bsd.prog.mk>