Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2000 13:18:57 -0700
From:      Warner Losh <imp@village.org>
To:        bloom@acm.org
Cc:        John Baldwin <jhb@FreeBSD.ORG>, Kris Kennaway <kris@hub.freebsd.org>, freebsd-current@FreeBSD.ORG
Subject:   Re: ssh strangeness in -current... 
Message-ID:  <200003062018.NAA61266@harmony.village.org>
In-Reply-To: Your message of "Mon, 06 Mar 2000 09:14:44 EST." <38C3BD54.D169B3D7@acm.org> 
References:  <38C3BD54.D169B3D7@acm.org>  <200003060423.XAA01323@server.baldwin.cx> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <38C3BD54.D169B3D7@acm.org> Jim Bloom writes:
: Did Warner include this with his changes to UPDATING about openssh in
: the base system (which I haven't seen yet).

No.  I didn't, but I will.  Here's my current draft that I'll commit
after a while...

Index: UPDATING
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/UPDATING,v
retrieving revision 1.71
diff -u -r1.71 UPDATING
--- UPDATING	2000/02/23 05:51:02	1.71
+++ UPDATING	2000/03/06 19:37:45
@@ -5,6 +5,27 @@
 done items, please see the end of the file.  Search for 'COMMON
 ITEMS:'
 
+20000303:
+	CMSG_XXX macros offset in <sys/socket.h> has changed to
+	conform RFC-2292.  All affected applications have been
+	corrected.  The i386 platform's offsets haven't changed, but
+	the alpha's did.  When you build and install new kernel on
+	FreeBSD/alpha, you must also do a make world.
+
+20000225:
+	OpenSSH has been added to FreeBSD.  This may conflict with the
+	ssh port since it installs binaries into /usr/bin and the port
+	goes into /usr/local/bin.  Most paths have /usr/bin in the path
+	before /usr/local/bin, so problems may arrise.  If you don't
+	want OpenSSH, add NO_OPENSSH=yes to your make.conf.
+
+	You will also need to enable openssh in /etc/rc.conf if you
+	want to run the new servers.  You may need to move your key
+	and other config files from /usr/local/etc to /etc.
+
+	Openssh isn't 100% compatible with ssh, so some care needs to
+	be taken in its operation.
+
 20000205:
 	The xinstall problem has kinda sorta been corrected.  The 
 	following is known to work by the author of UPDATING.  It


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?200003062018.NAA61266>