#!/com/sh
# very small script to force modem to hangup
# by dropping dtr line
#    Copyright 1995 Sentinet Ltd
#    All rights reserved.
#
#    Lyndon David and Tom Brock
#
#    Redistribution and use in any form are permitted provided that the
#    following restrictions are are met:
#	1.  Source distributions must retain this entire copyright notice
#	    and comment.
#	2.  Binary distributions must include the acknowledgement "This
#	    product includes software developed by Lyndon David" in the
#	    documentation or other materials provided with the
#	    distribution.  This must not be represented as an endorsement
#	    or promotion without specific prior written permission.
#	3.  The origin of this software must not be misrepresented, either
#	    by explicit claim or by omission.  Credits must appear in the
#	    source and documentation.
#	4.  Altered versions must be plainly marked as such in the source
#	    and documentation and must not be misrepresented as being the
#	    original software.
#    This software is provided "as is" and without any express or implied
#    warranties, including, without limitation, the implied warranties of
#    merchantability and fitness for a particular purpose.
#
#
#SCCS revision @(#)hangup	2.1 5/20/95

/com/tctl -line 1 -nodtr
/com/tctl -line 1 -dtr
