mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
depricated -> deprecated + mention the -alias flag status in README.changes
This commit is contained in:
parent
99e659dcfa
commit
886530ab78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53889
@ -1,3 +1,5 @@
|
||||
$FreeBSD$
|
||||
|
||||
This file summarises changes made to ppp that effect
|
||||
its configuration.
|
||||
|
||||
@ -83,13 +85,14 @@ o Ppp now accepts M$CHAP (as well as normal CHAP) by default. If this
|
||||
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.
|
||||
o The ``show modem'' command is depricated and has been changed to
|
||||
o The ``show modem'' command is deprecated and has been changed to
|
||||
``show physical''.
|
||||
o The words ``host'' and ``port'' are no longer accepted by the ``set filter''
|
||||
command. Removing them should yield the same results as before.
|
||||
o The ``set weight'' command has been depricated. The ``set bandwidth''
|
||||
o The ``set weight'' command has been deprecated. The ``set bandwidth''
|
||||
command should now be used instead.
|
||||
o The ``set autoload'' command syntax and implementation have changed as the
|
||||
old implementation was mis-designed and dysfunctional.
|
||||
o Ppp now waits either the full ``set cd'' time or until carrier is detected
|
||||
before running the login script (whichever comes first).
|
||||
o The -alias flag has been deprecated. The -nat flag should be used instead.
|
||||
|
@ -226,8 +226,8 @@ ProcessArgs(int argc, char **argv, struct switches *sw)
|
||||
log_Printf(LogWARN, "%s ignored: NAT is compiled out\n", argv[arg]);
|
||||
fprintf(stderr, "%s ignored: NAT is compiled out\n", argv[arg]);
|
||||
#else
|
||||
log_Printf(LogWARN, "%s is depricated\n", argv[arg]);
|
||||
fprintf(stderr, "%s is depricated\n", argv[arg]);
|
||||
log_Printf(LogWARN, "%s is deprecated\n", argv[arg]);
|
||||
fprintf(stderr, "%s is deprecated\n", argv[arg]);
|
||||
sw->nat = 1;
|
||||
#endif
|
||||
optc--; /* this option isn't exclusive */
|
||||
|
Loading…
Reference in New Issue
Block a user