summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2022-08-30 22:36:48 +0000
committerriastradh <riastradh@NetBSD.org>2022-08-30 22:36:48 +0000
commit52f299cebb62c099b4b00845d73c0f9e64aed85d (patch)
tree43acb92b6d031f9e3b128ce46e9f0b29e6a5a575 /etc
parent2dbc8539f59a08ef0427eb94268126dc0b337e8f (diff)
/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
Diffstat (limited to 'etc')
-rw-r--r--etc/ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ssh/Makefile b/etc/ssh/Makefile
index 0832363ec68..a2876ef1cff 100644
--- a/etc/ssh/Makefile
+++ b/etc/ssh/Makefile
@@ -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>
CONFIGFILES= ssh_known_hosts
FILESDIR= /etc/ssh
+FILESMODE= 644
.include <bsd.prog.mk>