Patch-ID# 103467-01
Keywords: automount replicated server                          
Synopsis: SunOS 4.1.4: Automount fails with replicated filesystems 
Date: Jun/10/96

Solaris Release: 1.1.2

SunOS Release: 4.1.4    

Unbundled Product: 

Unbundled Release: 

Note: This patch is available for 4.1.3 as 100249 and for 4.1.3_U1
      as 102684.

Relevant Architectures: sparc
    NOTE: sun4 sun4c sun4m

BugId's fixed with this patch: 1241794 

Changes incorporated in this version: 

Patches accumulated and obsoleted by this patch: 

Patches which conflict with this patch: 

Patches required with this patch: 

Obsoleted by: 

Files included with this patch:  README
				 automount

Problem Description: 

     1241794 automount can not use replicated filesystems from the same server

Patch Installation Instructions: 

1) As root, make a copy of the original automount file:

     # mv /usr/etc/automount /usr/etc/automount.fcs
 
2) Install the new version of automount:

     # cp `arch -k`/automount /usr/etc/automount
     # chown root /usr/etc/automount
     # chgrp staff /usr/etc/automount
     # chmod 755 /usr/etc/automount

3) Either 
   reboot the system,
   Or, 
   find the process ID of the current automount process,
   kill it, and restart the process by running:
   /usr/etc/automount &
