summaryrefslogtreecommitdiff
path: root/open_issues/adduser.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-06-17 04:11:34 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-06-17 04:11:34 +0200
commitece1fa2acbb2f1f080366721ead2da0e403e2c5c (patch)
tree2cbd68858e8540e54797674944b1698d776b78ca /open_issues/adduser.mdwn
parent7d35535e9b7291f4e66953b7546fd717c6cae95b (diff)
maybe we shouldn't really, actually
Diffstat (limited to 'open_issues/adduser.mdwn')
-rw-r--r--open_issues/adduser.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/open_issues/adduser.mdwn b/open_issues/adduser.mdwn
index 0bfdccbd..23552301 100644
--- a/open_issues/adduser.mdwn
+++ b/open_issues/adduser.mdwn
@@ -16,7 +16,8 @@ is included in the section entitled
appear when one doesn't have the nscd package. They do not appear on linux boxes
because there posix_spawn doesn't report ENOENT for exec(). Posix indeed says
that `if the error occurs after the calling process successfully returns, the
-child process shall exit with exit status 127'. The hurd doesn't do this, it should.
+child process shall exit with exit status 127'. The hurd however reports all
+errors, thus the warning.
$ sudo adduser foo
Adding user `foo' ...