diff options
-rw-r--r-- | open_issues/adduser.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/adduser.mdwn b/open_issues/adduser.mdwn index 7761ec61..b9c70fa3 100644 --- a/open_issues/adduser.mdwn +++ b/open_issues/adduser.mdwn @@ -13,10 +13,10 @@ is included in the section entitled [[!tag open_issue_porting]] `adduser` does work as expected, the following warnings are spurious, they just -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 +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 however reports all +child process shall exit with exit status 127'. The Hurd however reports all errors, thus the warning. $ sudo adduser foo @@ -34,4 +34,4 @@ errors, thus the warning. Copying files from `/etc/skel' ... [...] -Reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623199 +Reported at [Debian #623199](http://bugs.debian.org/623199). |