summaryrefslogtreecommitdiff
path: root/security/priv
AgeCommit message (Collapse)AuthorFilesLines
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-3/+2
2000-07-20fix illegal name/version differenthubertf1-2/+3
2000-07-15No '-' in pkg version!hubertf1-2/+2
2000-07-14Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults toagc2-4/+15
${LOCALBASE}/etc, and is the parent directory of the priv package's user configuration data. Modify Makefile to pick up this definition, and pass it on as an argument to the configure script. Modify the PLIST to include this location, and pre-process the PLIST at install time to set the correct location.
2000-07-14Set the correct maintainer for this package.agc1-2/+2
2000-07-14Create the ${PREFIX}/etc/priv directory when the package is installed,agc1-1/+2
pointed out by hubertf.
2000-07-14Initial import of priv-1.0-beta, a utility to execute commands as aagc5-0/+41
different user, into the NetBSD packages collection.