Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 04:00:06 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp README.changes datalink.c ppp.8
Message-ID:  <199902251200.EAA60996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/02/25 04:00:06 PST

  Modified files:
    usr.sbin/ppp         README.changes datalink.c ppp.8 
  Log:
  When our dial timeout is ``random'', display its value
  correctly by invoking the timer to get the value before
  displaying the message.
  Don't assume that a value of 0 is ``random'' in
  ``show datalink''.
  Make the random value between 1 and DIAL_TIMEOUT rather
  than between 0 and DIAL_TIMEOUT-1
  
  Revision  Changes    Path
  1.6       +2 -0      src/usr.sbin/ppp/README.changes
  1.33      +14 -9     src/usr.sbin/ppp/datalink.c
  1.151     +5 -5      src/usr.sbin/ppp/ppp.8


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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