#	/*name and version number:@(#)ltinst	1.3*/
#	/*date of get: 		  01/06/00 11:09:17*/
#	/*date of delta:	  12/28/99 12:10:46*/
#===========================================================================
#       File Name :     ltinst
#===========================================================================
#!/bin/sh

group="uucp"
mode="666"


device="/dev/ttyS14"

./ltuninst > /dev/null 2>/dev/null

/sbin/insmod -f ltmodem

rm -f $device

mknod $device c 62 78

rm -f /dev/modem

ln -s $device /dev/modem

chgrp $group $device
chmod $mode $device

cp ltmodem.o /lib/modules/`uname -r`/misc/

echo "/sbin/insmod -f ltmodem" >> /etc/rc.d/rc.local

