Package: passwd Version: 1:4.0.18.1-7 Severity: minor Tags: patch X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
I proofread the file as suggested in #443264. --- /etc/default/useradd +++ /tmp/tmp.BdXOw23767/useradd 2007-09-23 22:52:53.000000000 -0400 @@ -2,21 +2,21 @@ # # The SHELL variable specifies the default login shell on your # system. -# Similar to DHSELL in adduser. We however use "sh" here because -# useradd being a low level utility should rather be as widely opened +# Similar to DHSELL in adduser. However, we use "sh" here because +# useradd is a low level utility and should be as general # as possible SHELL=/bin/sh # # The default group for users # 1000=users on Debian systems -# same then USERS_GID in adduser +# Same as USERS_GID in adduser # Please be aware that Debian's adduser defaults to "user groups" # which means that one group is created for each user # There is no way to achieve this with useradd which must remains a low # level utility # GROUP=100 # -# The default home directory. Same than DHOME for adduser +# The default home directory. Same as DHOME for adduser # HOME=/home # # The number of days after a password expires until the account
--- /etc/default/useradd +++ /tmp/tmp.BdXOw23767/useradd 2007-09-23 22:52:53.000000000 -0400 @@ -2,21 +2,21 @@ # # The SHELL variable specifies the default login shell on your # system. -# Similar to DHSELL in adduser. We however use "sh" here because -# useradd being a low level utility should rather be as widely opened +# Similar to DHSELL in adduser. However, we use "sh" here because +# useradd is a low level utility and should be as general # as possible SHELL=/bin/sh # # The default group for users # 1000=users on Debian systems -# same then USERS_GID in adduser +# Same as USERS_GID in adduser # Please be aware that Debian's adduser defaults to "user groups" # which means that one group is created for each user # There is no way to achieve this with useradd which must remains a low # level utility # GROUP=100 # -# The default home directory. Same than DHOME for adduser +# The default home directory. Same as DHOME for adduser # HOME=/home # # The number of days after a password expires until the account