From owner-freebsd-current Fri May 4 9:39:36 2001 Delivered-To: freebsd-current@freebsd.org Received: from infres.enst.fr (infres-192.enst.fr [137.194.192.1]) by hub.freebsd.org (Postfix) with ESMTP id 0586137B43F for ; Fri, 4 May 2001 09:39:33 -0700 (PDT) (envelope-from quinot@inf.enst.fr) Received: by infres.enst.fr (Postfix, from userid 11117) id AFCCC18A4; Fri, 4 May 2001 18:39:30 +0200 (MET DST) Date: Fri, 4 May 2001 18:39:28 +0200 From: Thomas Quinot To: current@freebsd.org Subject: world broken (sshd) Message-ID: <20010504183926.A1569@infres.enst.fr> Reply-To: Thomas Quinot Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1us Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like world does not currently compile: some files have been removed from src/crypto/openssh/ a few hours ago, but are still listed in SRCS in secure/usr.sbin/sshd/Makefile. Possible workaround: --- secure/usr.sbin/sshd/Makefile.dist Fri May 4 17:10:19 2001 +++ secure/usr.sbin/sshd/Makefile Fri May 4 18:14:35 2001 @@ -5,8 +5,8 @@ PROG= sshd SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ - pty.c log-server.c login.c servconf.c serverloop.c \ - auth.c auth1.c auth2.c auth-options.c session.c login_access.c dh.c \ + log-server.c servconf.c serverloop.c \ + auth.c auth1.c auth2.c auth-options.c session.c dh.c \ auth-pam.c MAN= sshd.8 -- Thomas Quinot ** Département Informatique & Réseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message