From owner-freebsd-commit Fri Sep 15 13:07:08 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01722 for freebsd-commit-outgoing; Fri, 15 Sep 1995 13:07:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01709 for cvs-all-outgoing; Fri, 15 Sep 1995 13:07:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01697 for cvs-sbin-outgoing; Fri, 15 Sep 1995 13:06:59 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA01688 ; Fri, 15 Sep 1995 13:06:55 -0700 Date: Fri, 15 Sep 1995 13:06:55 -0700 From: "Andrey A. Chernov" Message-Id: <199509152006.NAA01688@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 startslip.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/09/15 13:06:54 Modified: sbin/startslip startslip.1 startslip.c Log: Tune it to REALLY sense carrier drop. Now works with dialin devices too. Add new option in slattach style -l: dont use modem control. Add new option -W: specify max number of dial tries for one phone. Remove -p option, this ugly hack not needed. Fix script timeout expires. Some code cleanups.