#	/*name and version number:@(#)ltuninst	1.2*/
#	/*date of get: 		  01/06/00 11:09:17*/
#	/*date of delta:	  12/08/99 17:24:46*/
#===========================================================================
#       File Name :     ltuninst
#===========================================================================
#!/bin/sh

/sbin/rmmod ltmodem

rm -f /dev/ttyS14

rm -f /dev/modem

rm -f /lib/modules/`uname -r`/misc/ltmodem.o


#remove the insmod line from rc.local
mv /etc/rc.d/rc.local /etc/rc.d/rc.local.ltbackup
grep -v "ltmodem" /etc/rc.d/rc.local.ltbackup> /etc/rc.d/rc.local
chmod 0755 /etc/rc.d/rc.local
