Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 1997 06:24:59 -0800 (PST)
From:      David Nugent <davidn>
To:        CVS-committers, cvs-all, cvs-libexec
Subject:   cvs commit:  src/libexec/getty chat.c Makefile extern.h gettytab.5 gettytab.h init.c main.c subr.c
Message-ID:  <199702021424.GAA19608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidn      97/02/02 06:24:59

  Modified:    libexec/getty  Makefile extern.h gettytab.5 gettytab.h
                        init.c main.c subr.c
  Added:       libexec/getty  chat.c
  Log:
  Added:
      ic=expect/send script    modem init script
      ac=expect/send script    modem answer script
      ct#val		     chat script timeout (seconds)
      rt#val		     recycle timeout (seconds) if 'ac' set
      dc#val		     debug bitmask for debugging chat scripts
      hw	(boolean)	     enable crtscts handshaking
      if=path		     'issue' file sent prior login prompt
  
  chat.c is a simplistic expect/send chat module.
  
  Revision  Changes    Path
  1.7       +2 -1      src/libexec/getty/Makefile
  1.4       +1 -0      src/libexec/getty/extern.h
  1.13      +120 -3    src/libexec/getty/gettytab.5
  1.7       +8 -0      src/libexec/getty/gettytab.h
  1.7       +7 -0      src/libexec/getty/init.c
  1.15      +183 -50   src/libexec/getty/main.c
  1.8       +5 -0      src/libexec/getty/subr.c



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