]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change ``set device'' so that it parses its arguments as one
authorbrian <brian@FreeBSD.org>
Tue, 27 Apr 1999 00:23:57 +0000 (00:23 +0000)
committerbrian <brian@FreeBSD.org>
Tue, 27 Apr 1999 00:23:57 +0000 (00:23 +0000)
commit9a2c03d6d76e5e3efcf4e4fd7ffd836059d91408
tree2544e9ba2af3cbfd7749f4d13a043c59f31c0890
parent37aa35f17ea62e5c9e35c2d79271bb178d428de8
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.
usr.sbin/ppp/README.changes
usr.sbin/ppp/defs.h
usr.sbin/ppp/modem.c
usr.sbin/ppp/physical.c
usr.sbin/ppp/physical.h