Patch-ID# 100390-01
Keywords: server, doesn't, dns, zone, domain, secondary, primary, DNS 
Synopsis: SunOS4.1, 4.1.1: DNS doesn't work properly with secondary name server 
	 
Date: 24/Sept/1991 

SunOS release: 4.1 4.1.1
 
Unbundled Product:
 
Unbundled Release:
 
Topic: in.named-xfer patch 
 
BugID'd fixed for this patch: 1067577 

Architectures for which this patch is available: sun3, sun4

Patches which may conflict with this patch:

Obsoleted by: Sys_V_Rel4

Problem Description:

  Bug 1067577:

  A secondary server for the Internet Domain Name System (DNS) will 
  provide incorrect information about top-level domains.  The primary 
  server will have correct information about the top-level domains and 
  the secondary server will have correct information about second-level 
  domains and below. The bug is in the asynchronous zone transfer program
  "in.named-xfer" which is incorrectly setting the origin for the
  top-level domains.



INSTALL:

As root make a copy of the old file:

mv /usr/etc/in.named-xfer /usr/etc/in.named-xfer.orig

Now copy the new version to /usr/etc and set owner and permissions:

cp `arch`/in.named-xfer /usr/etc 
chown root /usr/etc/in.named-xfer
chmod 755 /usr/etc/in.named-xfer

