#!/sbin/sh
#
# Digi adapter configuration script.
#
# $Id: portconfig,v 1.1 2000/05/22 18:15:53 jamesp Exp $
#
#  Enter your ditty commands in this file to configure "sticky"
#  port options during system boot.
#
#  To force DCD on several terminals you might use:
#
#       ditty forcedcd /dev/ttya0[1-5]
#
#  See the ditty(1) manual page for more options.

#  Exit with 0 to indicate success.  Exit 2 indicates N/A on
#  the boot status display.

exit 2
