Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 1995 12:03:22 -0700
From:      "Andrey A. Chernov" <ache>
To:        CVS-commiters, cvs-sbin
Subject:   cvs commit: src/sbin/startslip startslip.1 startslip.c
Message-ID:  <199509141903.MAA18314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509141903.MAA18314>