summaryrefslogtreecommitdiff
path: root/security/priv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-15Use SETUID_ROOT_PERMS and allow building as normal user. Bump revision.joerg1-2/+4
2010-01-27DESTDIR supportjoerg1-2/+4
2007-03-20Honor PKGMANDIR.jlam1-1/+3
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-30Correct the location of the config files in the man page.jlam1-3/+7
2004-06-14Update priv to 1.0beta2nb1.uebayasi1-1/+4
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green.
2004-04-28* Bl3ify.uebayasi1-11/+6
* Enable pkgviews installation. * Obsolete PRIV_CONF_DIR and follow PKG_SYSCONFDIR, the standard.
2004-03-04Update to priv-1.0-beta2.simonb1-4/+4
Changes from previous version are: + Fix a single byte buffer overflow. Can only be a NUL byte that overflows, not believed (at this stage!) to be exploitable in any way. + Avoid null-pointer dereference if getpwuid(getuid()) fails.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-2/+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 toagc1-1/+12
${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-14Initial import of priv-1.0-beta, a utility to execute commands as aagc1-0/+13
different user, into the NetBSD packages collection.