summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-27 09:28:15 +0000
committerrecht <recht@pkgsrc.org>2004-05-27 09:28:15 +0000
commit3b877eee0700ca0173d122513265debbe88b300e (patch)
treee0eb640ad37bd69165535a5c8d86fd95f5f2fb1f /mk
parent641d76752a638856b213fc446f84f1897f53d7dd (diff)
downloadpkgsrc-3b877eee0700ca0173d122513265debbe88b300e.tar.gz
Add two patches from CVS:
- allow deletions in the middle of a hash_enumerate - typo Posted by Jukka Salmi on tech-pkg@. While at it add a knob for changing cyrus' default idle method. # CYRUS_IDLE # use METHOD for IMAP IDLE # METHOD is poll, idled or no # Default: not defined (Idea from FreeBSD) Bump PKGREVISION to 2.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index c658452ce68..9123e647359 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.243 2004/05/25 21:51:42 wiz Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.244 2004/05/27 09:28:15 recht Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -754,6 +754,11 @@ CUPS_USER?= lp
# Possible: any user name
# Default: lp
+# CYRUS_IDLE
+# use METHOD for IMAP IDLE
+# METHOD is poll, idled or no
+# Default: not defined
+
CYRUS_GROUP?= mail
# Used in cyrus-imapd, cyrus-imapd21, cyrus-sasl, and cyrus-sasl2 to
# specify the group used for installing setuid programs.