Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/19/2001 18:17:51
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Nov 19 16:17:51 UTC 2001

Modified Files:
	pkgsrc/mk: defs.Darwin.mk defs.Linux.mk defs.NetBSD.mk defs.SunOS.mk

Log Message:
Add definitions for USERADD and GROUPADD, used to create new users and
groups.  These commands follow the basic interface of the NetBSD/Solaris
useradd and groupadd programs.  For platforms on which these commands don't
exist, either sysutils/user is added as a dependency, or these are set to
${FALSE}, and the package admin is responsible for creating them himself
prior to the installation of a package.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/defs.Darwin.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/defs.Linux.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/defs.NetBSD.mk pkgsrc/mk/defs.SunOS.mk

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