#
# ident	"@(#)sccheck.dfl	1.4	04/09/02 SMI"
#
# Copyright 2003-2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# sccheck.dfl
#
#
# Defaults for
#
#	/usr/cluster/bin/sccheck
#	/usr/cluster/lib/sccheck/sccheckd
#

#
# This file must not be localized.
#

#
# 'Environment' variables
#

#
# To override a setting, uncomment the line and
# edit the value appropriately.
#

# EXPLORER_HOME=/opt/SUNWexplo
# JAVA_HOME=/usr/java
# JAVA=${JAVA_HOME}/bin/java
# SCCHECK_DISKSPACEMB=25
# TAR=/usr/bin/tar
#
# GUNZIP=/usr/bin/gunzip
# note that 'gunzip' may be provided by gzip;
# the following example path may or may not be valid:
# GUNZIP=/opt/SUNWexplo/bin/gzip.sparc


# Minimum acceptable java version
#   for SC31.U3: java 1.4.x
MIN_JAVA_MAJOR_VER=1
MIN_JAVA_MINOR_VER=4


#
# Java properties
#

LOGGING=true
CLIENT_WAIT_COUNT=15
CLIENT_WAIT_INTERVAL=1000

# If INET_PORT is changed then the entry in /etc/services
# for sccheckd must also be changed and inetd sent SIGHUP.
# INET_PORT must be the same on all nodes.
INET_PORT=7123

# This value must be the same on all nodes.
SERVER_PORT=7124

# If EXPLORER_SKIP is set to true the server will attempt to return
# the latest existing results file instead of running explorer and a 
# notification will be sent to the user's stdout.
# If no valid results file exists this property is ignored and
# explorer will be run.
EXPLORER_SKIP=false
