diff options
| author | lukem <lukem@NetBSD.org> | 2002-04-29 08:23:34 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-04-29 08:23:34 +0000 |
| commit | 244b762de14b59cd50f701a0b7cb7de6d4ed9f66 (patch) | |
| tree | 6e98f830b28a29e920c43db17ede36b523412469 /usr.bin/ssh | |
| parent | 21d59649a50e7e1536122e42c50bc3f5a015c7c2 (diff) | |
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.
Diffstat (limited to 'usr.bin/ssh')
| -rw-r--r-- | usr.bin/ssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.own.mk> @@ -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 |
