diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-06-17 04:11:34 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-06-17 04:11:34 +0200 |
commit | ece1fa2acbb2f1f080366721ead2da0e403e2c5c (patch) | |
tree | 2cbd68858e8540e54797674944b1698d776b78ca /open_issues | |
parent | 7d35535e9b7291f4e66953b7546fd717c6cae95b (diff) | |
download | web-ece1fa2acbb2f1f080366721ead2da0e403e2c5c.tar.gz web-ece1fa2acbb2f1f080366721ead2da0e403e2c5c.tar.bz2 web-ece1fa2acbb2f1f080366721ead2da0e403e2c5c.zip |
maybe we shouldn't really, actually
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/adduser.mdwn | 3 |
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' ... |