#! /bin/sh
#
# This next section is very important it should not be
# deleted from this file, and this file should NOT be deleted
# from this or any newer revision of this KU. It should be retained 
# in every 2.6 SPARC KU patch from now on. PK 07/18/02
#
# Manually resync the cached DB.
PATCHDB=$ROOTDIR/var/sadm/patch/.patchDB

[ -f $PATCHDB ] && rm -f $PATCHDB
/usr/sbin/patchadd -R $ROOTDIR -p > /dev/null

exit 0

