Module Name:    src
Committed By:   riastradh
Date:           Tue Aug 30 22:36:48 UTC 2022

Modified Files:
        src/etc/ssh: Makefile

Log Message:
/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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/ssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/ssh/Makefile
diff -u src/etc/ssh/Makefile:1.3 src/etc/ssh/Makefile:1.4
--- src/etc/ssh/Makefile:1.3	Sun May 21 15:28:38 2017
+++ src/etc/ssh/Makefile	Tue Aug 30 22:36:48 2022
@@ -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>

Reply via email to