From owner-freebsd-current Fri Feb 25 4:51:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by hub.freebsd.org (Postfix) with ESMTP id F1EF437BE66; Fri, 25 Feb 2000 04:51:44 -0800 (PST) (envelope-from roberto@eurocontrol.fr) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.5.62]) by matrix.eurocontrol.fr (Postfix) with ESMTP id 2FCB95932; Fri, 25 Feb 2000 13:51:41 +0100 (CET) (envelope-from roberto@caerdonn.eurocontrol.fr) Received: by caerdonn.eurocontrol.fr (Postfix, from userid 1193) id DA57C4E3F; Fri, 25 Feb 2000 13:51:40 +0100 (CET) Date: Fri, 25 Feb 2000 13:51:40 +0100 From: Ollivier Robert To: FreeBSD Current Users' list Cc: markm@freebsd.org Subject: openssh uses /etc (bad) Message-ID: <20000225135140.A476@caerdonn.eurocontrol.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just saw that openssh (thanks Mark!) is using /etc/ for its configuration file. As the author of the "--with-etcdir" option of SSH (back in '96) and for the sake of consistency, I'd like to create a /etc/ssh directory and move everything there. We have /etc/ssl, /etc/mail, /etc/ppp, /etc/uucp and the ssh2 port uses /etc/ssh2 so it is only natural to use /etc/ssh. BTW manual build in /usr/src/crypto/openssh (i.e. outside buildworld) is rather broken but I'm sure Mark will look at that. Index: ssh.h =================================================================== RCS file: /home/ncvs/src/crypto/openssh/ssh.h,v retrieving revision 1.3 diff -u -2 -u -r1.3 ssh.h --- ssh.h 2000/02/24 23:54:44 1.3 +++ ssh.h 2000/02/25 12:28:59 @@ -63,5 +63,5 @@ #define SSH_SERVICE_NAME "ssh" -#define ETCDIR "/etc" +#define ETCDIR "/etc/ssh" #define PIDDIR "/var/run" Index: sshd/Makefile =================================================================== RCS file: /home/ncvs/src/crypto/openssh/sshd/Makefile,v retrieving revision 1.1.1.1 diff -u -2 -u -r1.1.1.1 Makefile --- sshd/Makefile 2000/02/24 14:29:17 1.1.1.1 +++ sshd/Makefile 2000/02/25 12:35:03 @@ -30,5 +30,5 @@ .include -LDADD+= -lcrypto -lutil -lz +LDADD+= -lcrypto -lutil -lz -lcrypt DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} -- Ollivier ROBERT -=- Eurocontrol EEC/TEC -=- Ollivier.Robert@eurocontrol.fr The Postman hits! The Postman hits! You have new mail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message