#!/bin/sh
#*******************************************************************************
#  Copyright 1998 Symbios Inc.  All Rights reserved.                           *
#  This file is confidential and a trade secret of Symbios Inc.  The receipt   *
#  or possession of this file does not convey any rights to reproduce or       *
#  disclose its contents or to manufacture, use, or sell anything it may       *
#  describe, in whole, or in part, without the specific written consent of     *
#  Symbios Inc.                                                                *
#*******************************************************************************

#*******************************************************************************
#
# NAME:		postpatch
# VERSION:	106552-01
# UPDATE DATE:	%date_modified: Tue Jul 21 14:51:08 1998 %
# INSPECTED ON:
#
# CONTACTS:
#   Originator:
#   Owner:
#   Backup:
#   Updater:	%created_by:    bmyers %
#
# DESCRIPTION:
#
#
# NOTES:
#
#
# REFERENCE:
# 1.  Source Code Integrity Measures
#
#
# CODING STANDARD WAIVERS:
#
#
#*******************************************************************************


DRIVER_ACTIVE=`modinfo | grep rdnexus`
if [ -n "${DRIVER_ACTIVE}" ]
	then
		/etc/raid/bin/symconf > /kernel/drv/rdriver.conf
fi

#ensure reconfig reboot
touch ${PKG_INSTALL_ROOT}/reconfigure

exit 0
