I establish a SLIP connection by running "slattach" (slattach +c +v +mtu 552 /dev/tty1a rmt1 site1 9600 &).
When session is over, process is stopped by using "kill".
Process is stopped but sometimes DTR on tty1a stays on. The only way I have found to drop DTR is to run:
cu -l tty1a dir
~.[rmt1]
Is there a simpler way to make sure that DTR always drops when process is killed??
When session is over, process is stopped by using "kill".
Process is stopped but sometimes DTR on tty1a stays on. The only way I have found to drop DTR is to run:
cu -l tty1a dir
~.[rmt1]
Is there a simpler way to make sure that DTR always drops when process is killed??