#!/bin/sh
#
# Copyright 05/08/96 Sun Microsystems, Inc. All Rights Reserved.
#pragma ident  "@(#)cc_update_schema	1.1 96/05/08 Sun Microsystems"
#

#
#  Update schemas for CC

pkginfo SUNWccrcv > /dev/null 2>&1
if [ $? -eq 0 ]; then

	BASEDIR=`pkginfo -l SUNWccrcv | grep BASEDIR | awk '{print $2}'`

fi

$BASEDIR/SUNWconn/snm/bin/modify_el $BASEDIR/SUNWconn/snm

