From nobody@www.freebsd.org  Thu May 23 20:21:47 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 6A6C437B406
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 May 2002 20:21:47 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4O3LlhG027534
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 May 2002 20:21:47 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g4O3LlLX027533;
	Thu, 23 May 2002 20:21:47 -0700 (PDT)
Message-Id: <200205240321.g4O3LlLX027533@www.freebsd.org>
Date: Thu, 23 May 2002 20:21:47 -0700 (PDT)
From: Chris Pepper <pepper@rockefeller.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: adduser typo: 'already exist'
X-Send-Pr-Version: www-1.0

>Number:         38481
>Category:       i386
>Synopsis:       adduser typo: 'already exist'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dwmalone
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 20:30:01 PDT 2002
>Closed-Date:    Sat Aug 31 11:29:37 PDT 2002
>Last-Modified:  Sat Aug 31 11:29:37 PDT 2002
>Originator:     Chris Pepper
>Release:        4.5-RELEASE
>Organization:
Rockefeller University
>Environment:
4.5-RELEASE install CD-ROM
>Description:
When adduser is instructed to use a home directory that already exists, it says:

"HOME Directory ``/home/pepper'' already exist".
>How-To-Repeat:

>Fix:
Fix case for HOME and Directory.
Make exist singular.
Add a period to the end of the sentence.
Corrected version would be:

"Home directory ``/home/pepper'' already exists."
>Release-Note:
>Audit-Trail:

From: User KadminKevin Kinsey <kadmin@elisha.daleco.biz>
To: bug-followup@freebsd.org
Cc:  
Subject: RE:  i386/38481 'adduser typo' [PATCH]
Date: Thu, 30 May 2002 11:44:08 -0500 (CDT)

 Patch below should close this PR.  The submitter
 asked that HOME be changed to Home, but this is
 reffing an env variable and I see no reason to
 change this unless Wosch decides to do so.
 
 /usr/src/usr.sbin/adduser/adduser.diff
 
 Kevin Kinsey,
 DaleCo, S.P.

From: User KadminKevin Kinsey <kadmin@elisha.daleco.biz>
To: bug-followup@freebsd.org
Cc:  
Subject: RE: i386/38481 'adduser typo' [PATCH]
Date: Thu, 30 May 2002 12:05:39 -0500 (CDT)

 I guess it helps if you're actually on the host with
 the diff when it comes time to interpolate ;-)
 
 /usr/src/usr.sbin/adduser/adduser.diff
 
 Kevin Kinsey

From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To: <bug-followup@freebsd.org>
Cc: <keramida@ceid.upatras.gr>
Subject: RE: i386/38481 'adduser typo' [PATCH]  Really!!!
Date: Thu, 30 May 2002 12:26:35 -0500

 One more try?
 
 
 *** adduser.perl Sun May 26 14:07:24 2002
 --- adduser.perl.edit Sun May 26 14:09:05 2002
 ***************
 *** 921,927 ****
       local($rootdir);
   
       if (-e "$homedir") {
 !  warn "HOME Directory ``$homedir'' already exist\a\n";
    return 0;
       }
   
 --- 921,927 ----
       local($rootdir);
   
       if (-e "$homedir") {
 !  warn "HOME Directory ``$homedir'' already exists.\a\n";
    return 0;
       }
   
 
 
Responsible-Changed-From-To: freebsd-bugs->dwmalone 
Responsible-Changed-By: dwmalone 
Responsible-Changed-When: Sun Aug 11 13:31:24 PDT 2002 
Responsible-Changed-Why:  
Committed to -current and awaiting MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38481 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Sat Aug 31 11:29:15 PDT 2002 
State-Changed-Why:  
Fixed in -current and -stable. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38481 
>Unformatted:
