summaryrefslogtreecommitdiff
path: root/sysutils/user_darwin
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16In at least macOS Sierra (and perhaps earlier OS X versions), we need toschmonz2-2/+3
set "IsHidden" on new accounts to prevent them from showing up in the Users & Groups Preference Pane the way normal interactive users would. This change is probably backward-compatible all the way back to Tiger (it doesn't break Tiger, sevan@ checked). Bump version.
2015-10-29Update user-darwin to version 20151029.jperkin2-2/+3
Delete the AuthenticationAuthority property prior to creating the null password entry. This prevents the user from showing up in the login window and fast user switching on newer Darwin releases.
2015-10-15Update user-darwin to version 20151015.jperkin2-4/+4
Increase the pkgsrc UID range to 300-499. We can no longer afford to avoid conflicts with the 400-499 range used by Fink, as pkgsrc now has around 200 users and the previous range was insufficient for bulk builds. Ideally there would be a way to use a temporary OpenDirectory database for builds, as while a large range is required for full bulk builds and we're going to hit even this additional limit soon, it's unlikely a user installation will require the full range. However, finding a way to do this is proving elusive.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-07-12Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,jperkin1-2/+2
so that they are correctly calculated as independent. This avoids issues in bulk builds where the package version was taking precedence and causing the wrong user package to be depended upon.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-23Update user_darwin to 20101223.obache2-2/+3
Exactly set '*' as "Password" for created user to hide the user from login list. approved by sketch@ in pkgsrc-users@.
2010-01-27DESTDIR supportjoerg1-5/+7
2009-04-14I'll look after this one.schmonz1-2/+2
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2007-10-29Update the user_darwin scripts to 20071026. This adds compatibility withrh5-18/+52
Darwin 9.x / Mac OS X 10.5 (Leopard), which no longer uses netinfo.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-3/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-08-01Move the UID- and GID-assignment stuff into functions, and modelschmonz5-25/+65
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.
2004-04-01This implements a subset of useradd(8)/groupadd(8) functionality ondanw7-0/+177
Darwin that is sufficient for pkgsrc use.