Subject: CVS commit: pkgsrc/sysutils/user_darwin
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2004 18:23:35
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Sun Aug  1 18:23:35 UTC 2004

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

Log Message:
Move the UID- and GID-assignment stuff into functions, and model
the logic after that of NetBSD's user(8). Now we get unique IDs as
intended (instead of always getting 300).

On Panther Server, we need to send a HUP to lookupd(8) to make the
system notice a newly niload'd user account. No harm done on the
consumer version of Panther.

Ensure that PATH is set to our liking.

Bump version to 20040801.


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

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