Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ssh Rename ssh_config to ssh.conf and sshd_config to...
details: https://anonhg.NetBSD.org/src/rev/281498915f33
branches: trunk
changeset: 495462:281498915f33
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jul 28 16:43:49 2000 +0000
description:
Rename ssh_config to ssh.conf and sshd_config to sshd.conf, for
consistency with other NetBSD configuration files, and to avoid
clashes with other SSH implementations.
diffstat:
usr.bin/ssh/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r a37dca1562ba -r 281498915f33 usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile Fri Jul 28 16:36:53 2000 +0000
+++ b/usr.bin/ssh/Makefile Fri Jul 28 16:43:49 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/07/26 15:16:28 simonb Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/28 16:43:49 thorpej Exp $
.include <bsd.own.mk>
@@ -9,9 +9,9 @@
distribution:
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
- ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh_config
+ ${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
- ${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd_config
+ ${SSHDIST}/sshd.conf ${DESTDIR}/etc/sshd.conf
.else
distribution:
@true
Home |
Main Index |
Thread Index |
Old Index