Subject: bin/17528: spelling mistake in fingerd error message
To: None <gnats-bugs@gnats.netbsd.org>
From: None <ginsbach@cray.com>
List: netbsd-bugs
Date: 07/08/2002 16:12:49
>Number: 17528
>Category: bin
>Synopsis: spelling mistake in fingerd error message
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jul 08 14:13:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Brian Ginsbach
>Release: NetBSD 1.5.2, current
>Organization:
Cray Inc.
>Environment:
System: NetBSD nbtest.cray.com 1.5.2 NetBSD 1.5.2 (NBTEST) #1: Wed Feb 20 03:38:32 CST 2002 ginsbach@nbtest.cray.com:/usr/src/sys/arch/i386/compile/NBTEST i386
>Description:
The spelling of "forwarding" is incorrect in fingerd.c.
>How-To-Repeat:
By inspection or setup fingerd with the "-s" option and
attempt to "bounce" a finger through it.
finger user@netbsd1@netbsd2
[netbsd1]
fowarding service denied
>Fix:
Index: fingerd.c
===================================================================
RCS file: /cvsroot/basesrc/libexec/fingerd/fingerd.c,v
retrieving revision 1.15
diff -u -r1.15 fingerd.c
--- fingerd.c 2002/05/26 00:02:06 1.15
+++ fingerd.c 2002/07/08 21:11:51
@@ -152,7 +152,7 @@
break;
lp = NULL;
if (no_forward && strchr(*ap, '@')) {
- (void) puts("fowarding service denied\r\n");
+ (void) puts("forwarding service denied\r\n");
exit(1);
}
>Release-Note:
>Audit-Trail:
>Unformatted: