#! /bin/ksh
#
#	Copyright 07/17/96 Sun Microsystems, Inc.  All Rights Reserved.
#
#pragma ident "@(#)nsmail_svc_stop.shi	1.3 00/11/09 SMI"
#
#ident "@(#)nsmail_svc_stop_net.shi		1.1	96/07/17 SMI"
#
# Place-holder for the fact that this "method" has no work to do.
# The HADF framework requires this script to exist, though, as
# an indication that the Data Service implementor intends for the
# method to be a no-op.
#
# Fix for bugid 4339357, swapped the files:
# nsmail_svc_stop and nsmail_svc_stop_net


exit 0
