- markus@cvs.openbsd.org 2002/06/08 05:40:01
[readconf.c] just warn about Deprecated options for now
This commit is contained in:
parent
4daea86fd4
commit
1c2bafebb3
|
@ -9,6 +9,9 @@
|
|||
- markus@cvs.openbsd.org 2002/06/08 05:17:01
|
||||
[readconf.c readconf.h ssh.1 ssh.c]
|
||||
deprecate FallBackToRsh and UseRsh; patch from djm@
|
||||
- markus@cvs.openbsd.org 2002/06/08 05:40:01
|
||||
[readconf.c]
|
||||
just warn about Deprecated options for now
|
||||
|
||||
20020607
|
||||
- (bal) Removed --{enable/disable}-suid-ssh
|
||||
|
@ -840,4 +843,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2191 2002/06/09 20:04:02 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2192 2002/06/09 20:04:50 mouring Exp $
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: readconf.c,v 1.96 2002/06/08 05:17:01 markus Exp $");
|
||||
RCSID("$OpenBSD: readconf.c,v 1.97 2002/06/08 05:40:01 markus Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "xmalloc.h"
|
||||
|
@ -670,7 +670,7 @@ parse_int:
|
|||
break;
|
||||
|
||||
case oDeprecated:
|
||||
fatal("%s line %d: Deprecated option \"%s\"",
|
||||
error("%s line %d: Deprecated option \"%s\"",
|
||||
filename, linenum, keyword);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue