#! /bin/ksh
#
#
#pragma ident "@(#)nsmail_fm_init.shi	1.1 97/06/12 SMI"
#
#ident "@(#)nsmail_fm_init.shi   1.1     96/10/21 SMI"
#
#	Copyright 10/21/96 Sun Microsystems, Inc.  All Rights Reserved.
#

# Usage: nsmail_fm_init
# Performs once-only initialization of mail fault probing
# machinery.  After calling it on both machines, the
# cluster transition steps need to call nsmail_fm_start.
# XXX no-op for now


# Always exit 0 because we want cluster transition to keep going:
exit 0
