Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (6h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 03:09:02 UTC Now

2013-03-13 12:35:16 UTC MAIN commitmail json YAML

Update user_cygwin to 20130313.

* let verbose output to stderr, so that such output is mixed to the command
  output (for example, using redirect).
* avoid to use `flock', it is not a part of base.
* useradd
  * add skel support
  * set homedir properly
  * avoid to try dropping from "Users" when uid=gid (pseudo group as user).
  * also chgrp gid for created homedir.
* userdel
  * catch up error correctly when trying to delete Windows users.

(obache)