Udiff 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,11 +19,11 @@
#
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
@@ -61,11 +61,11 @@
then
debug_message "Method: ${MYNAME} - End (Exit 1)"
exit 1
fi
-rm ${LOGFILE} 2>/dev/null
+/bin/rm ${LOGFILE} 2>/dev/null
# checks the semantic of the options and the parameter file
if ! validate
then
@@ -77,11 +77,11 @@
. ${PARFILE}
if start_sczbt
then
- log_message notice "start_command rc<${rc_start_command}>"
+ 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})"