- 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
|
- markus@cvs.openbsd.org 2002/06/08 05:17:01
|
||||||
[readconf.c readconf.h ssh.1 ssh.c]
|
[readconf.c readconf.h ssh.1 ssh.c]
|
||||||
deprecate FallBackToRsh and UseRsh; patch from djm@
|
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
|
20020607
|
||||||
- (bal) Removed --{enable/disable}-suid-ssh
|
- (bal) Removed --{enable/disable}-suid-ssh
|
||||||
|
@ -840,4 +843,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (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"
|
#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 "ssh.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
@ -670,7 +670,7 @@ parse_int:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case oDeprecated:
|
case oDeprecated:
|
||||||
fatal("%s line %d: Deprecated option \"%s\"",
|
error("%s line %d: Deprecated option \"%s\"",
|
||||||
filename, linenum, keyword);
|
filename, linenum, keyword);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue