From owner-freebsd-questions Sat Sep 16 06:10:42 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA23698 for questions-outgoing; Sat, 16 Sep 1995 06:10:42 -0700 Received: from iii1.iii.net (iii1.iii.net [199.232.40.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA23691 for ; Sat, 16 Sep 1995 06:10:39 -0700 Received: (from shorty@localhost) by iii1.iii.net (8.6.8/8.6.6) id JAA20524 for freebsd-questions@freebsd.org; Sat, 16 Sep 1995 09:10:19 -0400 Date: Sat, 16 Sep 1995 09:10:19 -0400 From: Justin Seger Message-Id: <199509161310.JAA20524@iii1.iii.net> To: freebsd-questions@freebsd.org Subject: SLIP Reconnect Sender: owner-questions@freebsd.org Precedence: bulk I've managed to create a file that I can just run via sh /root/slipstart2 that initiates a session to my internet access provider, then I can type slattach -c -h -s 57600 /dev/modem to start the connection. I tried adding a -r /root/slipstart2 into the command line, but slattach locks out the device so kermit won't run in my script. Can anyone tell me how to get slattach to run the file when it loses carrier and let go of the port? Thanks in advance. -Justin Seger-