pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/user_cygwin



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Mar 13 12:35:16 UTC 2013

Modified Files:
        pkgsrc/sysutils/user_cygwin: Makefile
        pkgsrc/sysutils/user_cygwin/files: groupadd.sh groupdel.sh useradd.sh
            userdel.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/user_cygwin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/user_cygwin/files/groupadd.sh \
    pkgsrc/sysutils/user_cygwin/files/groupdel.sh
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/user_cygwin/files/useradd.sh \
    pkgsrc/sysutils/user_cygwin/files/userdel.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index