Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/telnetd -edebug should only be mentioned in the help...



details:   https://anonhg.NetBSD.org/src/rev/adeac2007dba
branches:  trunk
changeset: 514431:adeac2007dba
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 02 18:56:26 2001 +0000

description:
-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.

diffstat:

 libexec/telnetd/telnetd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e2ba5eb8db15 -r adeac2007dba libexec/telnetd/telnetd.c
--- a/libexec/telnetd/telnetd.c Sun Sep 02 18:50:13 2001 +0000
+++ b/libexec/telnetd/telnetd.c Sun Sep 02 18:56:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: telnetd.c,v 1.30 2001/08/30 23:25:16 wiz Exp $ */
+/*     $NetBSD: telnetd.c,v 1.31 2001/09/02 18:56:26 wiz Exp $ */
 
 /*
  * Copyright (C) 1997 and 1998 WIDE Project.
@@ -69,7 +69,7 @@
 #if 0
 static char sccsid[] = "@(#)telnetd.c  8.4 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: telnetd.c,v 1.30 2001/08/30 23:25:16 wiz Exp $");
+__RCSID("$NetBSD: telnetd.c,v 1.31 2001/09/02 18:56:26 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -636,7 +636,7 @@
 #ifdef DIAGNOSTICS
        fprintf(stderr, " [-D (options|report|exercise|netdata|ptydata)]\n\t");
 #endif
-#ifdef AUTHENTICATION
+#ifdef ENCRYPTION
        fprintf(stderr, " [-edebug]");
 #endif
        fprintf(stderr, " [-h]");



Home | Main Index | Thread Index | Old Index