Patch-ID# 105151-01
Keywords: y2000 macro troff
Synopsis: SunOS 4.1.4: troff macro fixes for Year 2000
Date: Nov/25/97

Solaris Release: 1.1.2

SunOS Release: 4.1.4

Unbundled Product: 

Unbundled Release: 

Relevant Architectures: sun4(all)

BugId's fixed with this patch: 4042232

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:  tmac.an
				 tmac.e
				 tmac.os
				 tmac.s

Problem Description: 

4042232  troff macros -me, -mm, -ms don't work correctly for years
         greater than 1999.
         
Patch Installation Instructions: 

1) As root, save copies of the original troff files:
   mv /usr/lib/tmac/tmac.an /usr/lib/tmac/tmac.an.FCS
   mv /usr/lib/tmac/tmac.e /usr/lib/tmac/tmac.e.FCS
   mv /usr/lib/tmac/tmac.os /usr/lib/tmac/tmac.os.FCS
   mv /usr/lib/tmac/tmac.s /usr/lib/tmac/tmac.s.FCS
   
2) Copy the new troff files from the patch directory:
   cp tmac.an /usr/lib/tmac
   cp tmac.e /usr/lib/tmac
   cp tmac.os /usr/lib/tmac
   cp tmac.s /usr/lib/tmac
   
3) chmod 644 /usr/lib/tmac/*
   chown root.staff /usr/lib/tmac/*
