commit | 88e38ca2fba03379ef386aff287d871c062a2ae7 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Aug 16 09:07:39 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Aug 16 09:07:39 2004 +0000 |
tree | 7a7f9e99ad4fe1c8dda018ce307e9d3b0663bc35 | |
parent | acd647c8774a556d0df77e6779867f9fa069cd22 [diff] |
Bertrand Baudet writes: Looks like the -D and -H options of the adduser applet aren't handle properly in BusyBox. This patch fixes the masks definition for those options according to there position in the optstring. Patch against RC2 but should also apply cleanly against CVS. Bertrand