#
#       sccsid: @(#)postpatch Rel 1.0 02/12/24 10:01:00
#
#               postpatch Copyright (c) 2003, FUJITSU Limited
#

#
#       -- Postpatch FJSVgid.us script
#

#set -x

#
# /platform/sun4us/kernel/drv/fjgi.conf Restore
#
if [ -f $ROOTDIR/tmp/fjgi.conf.76191808 ]
then
    /bin/cp $ROOTDIR/tmp/fjgi.conf.76191808 $ROOTDIR/platform/sun4us/kernel/drv/fjgi.conf
fi

exit 0
