#!/bin/sh
# ******************************************************************************
# ***                           IDENTIFICATION                              ***
# ******************************************************************************
# Name:         postpatch
# Title:        108553-05 postpatch script
# Version:
# Revision:     $Revision:$
# Update Date:  $Date: $
# Programmer:   bem
# Documents:
#
# COPYRIGHT 1996, 1997, 1998, 1999, 2000 by LSI Logic Inc.
#
# Description: 	Post patch installation script 
#
#

# modify company name in messages.txt
/usr/bin/sed -e  "s/SYMplicity Storage Manager/RAID Manager/" -e "s/symsm/rm6/" <$ROOTDIR/lib/osa/help/messages.txt >$ROOTDIR/lib/osa/help/messages.txt.new
mv $ROOTDIR/lib/osa/help/messages.txt.new $ROOTDIR/lib/osa/help/messages.txt
/usr/bin/chgrp bin $ROOTDIR/lib/osa/help/messages.txt
/usr/bin/chown bin $ROOTDIR/lib/osa/help/messages.txt
/usr/bin/chmod 644 $ROOTDIR/lib/osa/help/messages.txt

# generate the new catalog file
/usr/bin/gencat $ROOTDIR/lib/osa/messages.cat $ROOTDIR/lib/osa/help/messages.txt 2> /dev/null

