#!/bin/ksh -pu
#
# ident "@(#)R05SVT.ksh	1.1	09/08/27 SMI"
#
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

# get the full pathname
command=$(whence $0)

# call the M-module (where all event handlers are)
$(dirname $command)/M60SVT $1
