Commit graph

29 commits

Author SHA1 Message Date
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
reed
a98d6a2269 Remove hard-coded reference to $PREFIX/etc which is not accurate
and remove documentation.
2005-08-18 00:57:30 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jlam
f38be1ca3c Correct the location of the config files in the man page. 2004-11-30 15:26:03 +00:00
uebayasi
208c6f1b98 Update priv to 1.0beta2nb1.
* Make sure ${PKG_SYSCONFDIR} is passed to configure.
* Care ${PRIV_CONF_DIR} as an obsoleted variable.

Pointed out by Matt Green.
2004-06-14 03:16:42 +00:00
uebayasi
988501a185 ${PKG_SYSCONFDIR} is created by INSTALL scripts via OWN_DIRS. No need to
run @exec mkdir/rmdir here.
2004-05-24 11:27:22 +00:00
uebayasi
9a6b557834 * Bl3ify.
* Enable pkgviews installation.
* Obsolete PRIV_CONF_DIR and follow PKG_SYSCONFDIR, the standard.
2004-04-28 11:27:54 +00:00
uebayasi
8c74d25297 Fix build on Red Hat 7.3. 2004-03-11 01:41:49 +00:00
simonb
2deb3b6da5 Update to priv-1.0-beta2.
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.
2004-03-04 02:57:00 +00:00
snj
206a030cb0 s/seperated/separated/ 2004-02-01 00:11:13 +00:00
simonb
738a46011e Avoid null-pointer dereference if getpwuid(getuid()) fails. 2003-07-26 13:27:05 +00:00
martti
c1b54b4f61 COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
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-06-26 10:29:33 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
hubertf
aaf2a12879 fix illegal name/version different 2000-07-20 00:33:19 +00:00
hubertf
dd401e2285 No '-' in pkg version! 2000-07-15 15:33:14 +00:00
agc
06a57d66d0 Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults to
${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-14 12:39:30 +00:00
agc
4d5b9b7fa4 Set the correct maintainer for this package. 2000-07-14 11:48:19 +00:00
agc
8f961dc196 Create the ${PREFIX}/etc/priv directory when the package is installed,
pointed out by hubertf.
2000-07-14 11:46:28 +00:00
agc
c2dc26bcc2 Initial import of priv-1.0-beta, a utility to execute commands as a
different user, into the NetBSD packages collection.
2000-07-14 10:53:26 +00:00