r.manifest revision 7082
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "@(#)r.manifest 1.2 04/09/24 SMI"
#
# r.manifest - smf(5) manifest remove class action script
#
#
# We can't safely disable the service in this case.
#
else
#
# We can verify if the service is disabled prior to
# removal.
#
fi
fi
while read mfst; do
if [ "$smf_alive" = "yes" ]; then
#
# Determine whether any of our instances are
# enabled.
#
echo "$fmri remains enabled; aborting"
exit 1
fi
done
fi
done
exit 0