Merge pull request #173 from edneville/issue_105_106
useradd.c: including directory name in directory existence error message
This commit is contained in:
commit
a74587a4ea
@ -2449,9 +2449,9 @@ int main (int argc, char **argv)
|
|||||||
(uid_t)-1, user_id, (gid_t)-1, user_gid);
|
(uid_t)-1, user_id, (gid_t)-1, user_gid);
|
||||||
} else {
|
} else {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("%s: warning: the home directory already exists.\n"
|
_("%s: warning: the home directory %s already exists.\n"
|
||||||
"Not copying any file from skel directory into it.\n"),
|
"%s: Not copying any file from skel directory into it.\n"),
|
||||||
Prog);
|
Prog, user_home, Prog);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user