#!/bin/sh
# $Id: disconnect,v 1.2 1994/08/29 00:59:12 jtk Exp $
# $Source: /usr/src/local/etc/ppp/RCS/disconnect,v $
#
# reset to something we can write to...:
#
/bin/stty new
# then chat away
/usr/sbin/chat -f /etc/ppp/chat-hangup

