From 2160ac71db6188be36ea31da3d339657b9bed7f7 Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 26 May 2001 23:27:13 +0000 Subject: [PATCH] install /etc/primes for ssh --- distrib/sets/lists/etc/mi | 3 ++- etc/changelist | 3 ++- usr.bin/ssh/Makefile | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index d4e5cda7c595..50a1e8ae7e45 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.84 2001/05/22 14:52:25 fredette Exp $ +# $NetBSD: mi,v 1.85 2001/05/26 23:27:14 itojun Exp $ ./.cshrc etc-util-etc ./.profile etc-util-etc ./dev/MAKEDEV.local etc-sys-etc @@ -58,6 +58,7 @@ ./etc/postfix/main.cf etc-postfix-etc ./etc/postfix/master.cf etc-postfix-etc ./etc/postfix/postfix-script etc-postfix-etc +./etc/primes etc-secsh-etc ./etc/printcap etc-lpr-etc ./etc/profile etc-util-etc ./etc/protocols etc-net-etc diff --git a/etc/changelist b/etc/changelist index 4785002681c6..6de416eb9f36 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $NetBSD: changelist,v 1.20 2001/04/24 22:41:13 atatat Exp $ +# $NetBSD: changelist,v 1.21 2001/05/26 23:27:13 itojun Exp $ # from: @(#)changelist 8.1 (Berkeley) 6/9/93 # # List of files which the security script backs up and checks @@ -80,6 +80,7 @@ /etc/passwd.conf /etc/phones /etc/pim6dd.conf +/etc/primes /etc/printcap /etc/profile /etc/protocols diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index 7fec9b575c1e..1f96bd862ea9 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/07 17:05:36 itojun Exp $ +# $NetBSD: Makefile,v 1.12 2001/05/26 23:27:14 itojun Exp $ .include @@ -12,5 +12,7 @@ distribution: ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh.conf ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \ ${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd.conf + ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \ + ${SSHDIST}/primes ${DESTDIR}/etc/primes .include