summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/README.changes
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-02-25 12:00:04 +0000
committerbrian <brian@FreeBSD.org>1999-02-25 12:00:04 +0000
commitc6b0abda5c8b610deed541a904d8ace25227c044 (patch)
tree446901da293e9826ebcc4c16d0a8ca77ca01972d /usr.sbin/ppp/README.changes
parent71984e6f4b1ea48af8e90cb055c560c314321c2a (diff)
downloadFreeBSD-src-c6b0abda5c8b610deed541a904d8ace25227c044.zip
FreeBSD-src-c6b0abda5c8b610deed541a904d8ace25227c044.tar.gz
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
Diffstat (limited to 'usr.sbin/ppp/README.changes')
-rw-r--r--usr.sbin/ppp/README.changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/README.changes b/usr.sbin/ppp/README.changes
index 0ee2b36..4642dfe 100644
--- a/usr.sbin/ppp/README.changes
+++ b/usr.sbin/ppp/README.changes
@@ -76,3 +76,5 @@ o If you don't like seeing additional interface aliases when running in
check the sample file.
o Ppp waits for 1 second before checking whether the device supports
carrier. This is controllable with ``set cd''.
+o Random dial timeouts are now between 1 and 30 seconds inclusive rather
+ than between 0 and 29.
OpenPOWER on IntegriCloud