Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 1997 16:48:24 -0700 (PDT)
From:      Brian Somers <brian>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ppp command.c defs.h main.c ppp.8 vars.c vars.h
Message-ID:  <199704142348.QAA25008@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       97/04/14 16:48:23

  Modified:    usr.sbin/ppp  command.c defs.h main.c ppp.8 vars.c vars.h
  Log:
  Make the next number redial ability configurable.  The
  "set redial pause [times]" command becomes
  "set redial end-pause[.next-pause] [times]" and next-pause
  defaults to 3 seconds.  This keeps things backwards
  compatable.
  
  Suggested by:	ache
  
  Revision  Changes    Path
  1.38      +40 -3     src/usr.sbin/ppp/command.c
  1.11      +4 -3      src/usr.sbin/ppp/defs.h
  1.44      +15 -15    src/usr.sbin/ppp/main.c
  1.29      +24 -15    src/usr.sbin/ppp/ppp.8
  1.13      +3 -3      src/usr.sbin/ppp/vars.c
  1.11      +3 -1      src/usr.sbin/ppp/vars.h



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