[992] in SIPB_Linux_Development
named continued...
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Sat Mar 25 04:37:50 1995
Date: Sat, 25 Mar 1995 04:37:39 -0500
To: linux-dev@MIT.EDU
From: Salvatore Valente <svalente@MIT.EDU>
Shortly after I sent out that last message, named finished building.
I'm testing it on Keesh, and it seems to have solved the Hesiod
problem. (I'm still not completely convinced that I built it correctly.
Tat is, the wrong constants may have been defined, so it may have
gotten the wrong signal() semantics or something annoyingly stupid
like that, but... Time will tell.)
If you are having the problem that "attach sipb" sometimes attaches
/afs/athena/contrib/sipb, and you want to try something radical to fix
it, you can use the named that I just built by replacing
/usr/sbin/named with /mit/linux/packages/named. Keep in mind that
this hasn't been tested much. Good luck.
Have a nice day.
-Sal.
P.S. Here is the change I made to the named sources. This should
probably be sent to someone important...
*** 1.1 1995/03/25 08:35:35
--- ns_resp.c 1995/03/25 08:35:58
***************
*** 1914,1916 ****
#ifdef ROUND_ROBIN
! if (type != T_ANY && type != T_PTR) {
/* cycle order of RRs, for a load balancing effect... */
--- 1914,1916 ----
#ifdef ROUND_ROBIN
! if (type != T_ANY && type != T_PTR && class != C_HS) {
/* cycle order of RRs, for a load balancing effect... */