Date: Thu, 30 May 2002 10:30:03 -0700 (PDT) From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: freebsd-bugs@FreeBSD.org Subject: RE: i386/38481 'adduser typo' [PATCH] Really!!! Message-ID: <200205301730.g4UHU3N23256@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/38481; it has been noted by GNATS.
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;
}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205301730.g4UHU3N23256>
