Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/ssh Pull up revision 1.12 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/9618f0e76087
branches:  netbsd-1-5
changeset: 491829:9618f0e76087
user:      he <he%NetBSD.org@localhost>
date:      Sun May 27 09:15:33 2001 +0000

description:
Pull up revision 1.12 (requested by itojun):
  Install /etc/primes, which is required for Diffie-Hellman Group
  Exchange operation.

diffstat:

 usr.bin/ssh/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bec1cbbb0910 -r 9618f0e76087 usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile      Sun May 27 09:15:15 2001 +0000
+++ b/usr.bin/ssh/Makefile      Sun May 27 09:15:33 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8.2.2 2001/02/26 21:00:49 he Exp $
+#      $NetBSD: Makefile,v 1.8.2.3 2001/05/27 09:15:33 he Exp $
 
 .include <bsd.own.mk>
 
@@ -12,5 +12,7 @@
            ${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 <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index