summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/README.changes
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-27 00:23:57 +0000
committerbrian <brian@FreeBSD.org>1999-04-27 00:23:57 +0000
commit9a2c03d6d76e5e3efcf4e4fd7ffd836059d91408 (patch)
tree2544e9ba2af3cbfd7749f4d13a043c59f31c0890 /usr.sbin/ppp/README.changes
parent37aa35f17ea62e5c9e35c2d79271bb178d428de8 (diff)
downloadFreeBSD-src-9a2c03d6d76e5e3efcf4e4fd7ffd836059d91408.zip
FreeBSD-src-9a2c03d6d76e5e3efcf4e4fd7ffd836059d91408.tar.gz
Change ``set device'' so that it parses its arguments as one
device per argument rather than the old way of concatenating everything then splitting the result at commas and whitespace. Old syntax of ``set device /dev/cuaa0, /dev/cuaa1'' may no longer contain the comma, but syntax such as ``set device "!ssh host ppp -direct label"'' is now possible.
Diffstat (limited to 'usr.sbin/ppp/README.changes')
-rw-r--r--usr.sbin/ppp/README.changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/README.changes b/usr.sbin/ppp/README.changes
index c5b4a1c..159aee8 100644
--- a/usr.sbin/ppp/README.changes
+++ b/usr.sbin/ppp/README.changes
@@ -80,3 +80,6 @@ o Random dial timeouts are now between 1 and 30 seconds inclusive rather
than between 0 and 29.
o Ppp now accepts M$CHAP (as well as normal CHAP) by default. If this
is not required, you must ``deny chap05 chap80''.
+o The ``set device'' command now expects each device to be specified as an
+ argument rather than concatentating all arguments and splitting based
+ on commas and spaces.
OpenPOWER on IntegriCloud