Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2001 18:39:28 +0200
From:      Thomas Quinot <quinot@inf.enst.fr>
To:        current@freebsd.org
Subject:   world broken (sshd)
Message-ID:  <20010504183926.A1569@infres.enst.fr>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010504183926.A1569>