#
# @(#)S90sna3270.sh	1.1 1.1 93/01/04 Copyright (c) 1993 by Sun Microsystems, Inc.
#
# /etc/rc2.d/S90sna3274 - Start up the SNA3270 gateway

if [ -f /opt/SUNWconn/bin/startsna ]; then
	echo "Starting SNA3270 gateway"
	/opt/SUNWconn/bin/startsna gateway_name
fi
