Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/ssh /etc/ssh: Install ssh_known_hosts with mode 644.



details:   https://anonhg.NetBSD.org/src/rev/2dfab4a8ebc2
branches:  trunk
changeset: 369767:2dfab4a8ebc2
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Aug 30 22:36:48 2022 +0000

description:
/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:

 etc/ssh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 9cf3a54548e9 -r 2dfab4a8ebc2 etc/ssh/Makefile
--- a/etc/ssh/Makefile  Tue Aug 30 15:27:37 2022 +0000
+++ b/etc/ssh/Makefile  Tue Aug 30 22:36:48 2022 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index