From owner-cvs-sbin Thu Sep 14 12:03:26 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18329 for cvs-sbin-outgoing; Thu, 14 Sep 1995 12:03:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18314 ; Thu, 14 Sep 1995 12:03:22 -0700 Date: Thu, 14 Sep 1995 12:03:22 -0700 From: "Andrey A. Chernov" Message-Id: <199509141903.MAA18314@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 startslip.c Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk ache 95/09/14 12:03:21 Modified: sbin/startslip startslip.1 startslip.c Log: Now understand "host!login:" style prompts additionly. Add -t to specify login script timeout. Add -w to specify retry wait time. Describe -p option. Now understand several -s sections (for several host phone numbers). Remove -F sw (software flow control), it is impossible with slip. Change -F hw (hardware flow control) option to -h as in slattach, we don't need option with argument for only one case. Call downscript on SIGTERM. Improve debug diagnostic. Allow startslip work with several slip lines without killing each other. Unlink pid file on exit. Skip \r and \0 in login script parsing instead making them \n. Use absolute path to default script (/sbin/ifconfig). Call up/down script in background to prevent hang on them.