Cdiff start_sczbt.ksh
*** /workspace/tf84964/oscds-6662001-6610950/webrev/usr/src/cmd/ha-services/gds-agents/zone/sczbt/start_sczbt.ksh- Wed Apr 2 07:44:02 2008
--- start_sczbt.ksh Wed Apr 2 07:38:32 2008
*** 19,29 ****
#
# CDDL HEADER END
#
#
! # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
--- 19,29 ----
#
# CDDL HEADER END
#
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
*** 61,71 ****
then
debug_message "Method: ${MYNAME} - End (Exit 1)"
exit 1
fi
! rm ${LOGFILE} 2>/dev/null
# checks the semantic of the options and the parameter file
if ! validate
then
--- 61,71 ----
then
debug_message "Method: ${MYNAME} - End (Exit 1)"
exit 1
fi
! /bin/rm ${LOGFILE} 2>/dev/null
# checks the semantic of the options and the parameter file
if ! validate
then
*** 77,87 ****
. ${PARFILE}
if start_sczbt
then
! log_message notice "start_command rc<${rc_start_command}>"
else
log_message err "start_command rc<${rc_start_command}>"
fi
debug_message "Method: ${MYNAME} - End (Exit ${rc_start_command})"
--- 77,87 ----
. ${PARFILE}
if start_sczbt
then
! debug_message "start_command rc<${rc_start_command}>"
else
log_message err "start_command rc<${rc_start_command}>"
fi
debug_message "Method: ${MYNAME} - End (Exit ${rc_start_command})"