Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 23:52:01 +1000 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29244: Typo in string in poppassd
Message-ID:  <200107261352.f6QDq1800986@andrew.int.gu.edu.au>

next in thread | raw e-mail | index | archive | help

>Number:         29244
>Category:       ports
>Synopsis:       Typo in string in poppassd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 26 07:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
UgH!
>Environment:
System: FreeBSD andrew.int.gu.edu.au 4.3-STABLE FreeBSD 4.3-STABLE #7: Wed Jul 25 13:56:03 EST 2001 andrew@andrew.int.gu.edu.au:/usr/src/sys/compile/EIGHTY i386


	
>Description:
	
	A freebsd patch to the poppassd port contains a typo (Unkown -> Unknown)
>How-To-Repeat:
	
>Fix:


diff -ruN poppassd.orig/files/patch-ab poppassd/files/patch-ab
--- poppassd.orig/files/patch-ab	Thu Jul 26 23:42:32 2001
+++ poppassd/files/patch-ab	Thu Jul 26 23:42:59 2001
@@ -71,7 +71,7 @@
       if ((pw = getpwnam (user)) == NULL)
       {
 -	  WriteToClient ("500 Unknown user, %s.", user);
-+	  syslog (LOG_ERR, "Unkown user, %s", user);
++	  syslog (LOG_ERR, "Unknown user, %s", user);
 +	  sleep (5);
 +	  WriteToClient ("500 Old password is incorrect.");
  	  exit(1);
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107261352.f6QDq1800986>