From 244b762de14b59cd50f701a0b7cb7de6d4ed9f66 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 29 Apr 2002 08:23:34 +0000 Subject: Complete the conversion back to the OpenSSH default configuration files of "/etc/ssh/ssh_config" (from "/etc/ssh/ssh.conf") for ssh(1) and other userland tools, and "/etc/ssh/sshd_config (from "/etc/ssh/sshd.conf") for sshd(8). etc/postinstall will detect this, and if "fix" is given, rename the files. --- usr.bin/ssh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh') diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index a0cbbb8be43..b07d0ae97fb 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/03/11 04:57:57 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2002/04/29 08:23:36 lukem Exp $ .include @@ -9,9 +9,9 @@ SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ distribution: ${INSTALL_FILE} -o root -g wheel -m 644 \ - ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh/ssh.conf + ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh/ssh_config ${INSTALL_FILE} -o root -g wheel -m 644 \ - ${SSHDIST}/sshd_config ${DESTDIR}/etc/ssh/sshd.conf + ${SSHDIST}/sshd_config ${DESTDIR}/etc/ssh/sshd_config ${INSTALL_FILE} -o root -g wheel -m 444 \ ${SSHDIST}/moduli ${DESTDIR}/etc/moduli -- cgit