Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA20564; Sat, 24 Feb 96 21:43:23 EST
Received: from pain.lcs.mit.edu by MIT.EDU with SMTP
	id AA26930; Sat, 24 Feb 96 21:42:55 EST
Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.12/8.6.12) id VAA13835; Sat, 24 Feb 1996 21:20:08 -0500
Received: (from source@localhost) by pain.lcs.mit.edu (8.6.12/8.6.12) id VAA13827; Sat, 24 Feb 1996 21:20:04 -0500
Date: Sat, 24 Feb 1996 21:20:04 -0500
From: The Source of All Evil <source@NetBSD.ORG>
Message-Id: <199602250220.VAA13827@pain.lcs.mit.edu>
To: source-changes@NetBSD.ORG
Subject: NetBSD master CVS tree commits
Sender: owner-source-changes@NetBSD.ORG
Precedence: list
X-Loop: source-changes@NetBSD.ORG


ghudson
Sat Feb 24 21:19:58 EST 1996
Update of /a/cvsroot/src/etc
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv13776/etc

Modified Files:
	services 
Log Message:
"kerberos4" is now port 750, "kerberos" port 88.
send_to_kdc.c will try the kerberos4 port first, and then the kerberos
port.  send_to_kdc.c will connect() to the socket so that it retries
quickly if it gets a port unreachable message.  Also, don't rely on
select() not modifying the timeout parameter.


ghudson
Sat Feb 24 21:20:00 EST 1996
Update of /a/cvsroot/src/domestic/lib/libkrb
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv13776/domestic/lib/libkrb

Modified Files:
	send_to_kdc.c 
Log Message:
"kerberos4" is now port 750, "kerberos" port 88.
send_to_kdc.c will try the kerberos4 port first, and then the kerberos
port.  send_to_kdc.c will connect() to the socket so that it retries
quickly if it gets a port unreachable message.  Also, don't rely on
select() not modifying the timeout parameter.

