summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-08-02 17:00:06 +0000
committerjmmv <jmmv>2003-08-02 17:00:06 +0000
commitafe641bbda1134003e027c9998d0ce2195921ddf (patch)
treee2a8755d9490554970c9f55f57e1d14d2d7f92ea /mk
parente5f807f1eee6d182aff5484ff304605b5f8aa71e (diff)
downloadpkgsrc-afe641bbda1134003e027c9998d0ce2195921ddf.tar.gz
Convert exim and exim-user to the bsd.pkg.install.mk framework:
- Introduce EXIM_GROUP and EXIM_USER to tune the details of the group and user used by the daemon. - Honour PKG_SYSCONFDIR. - Install sample files under the examples directory. - Automatically install example files under sysconfdir using CONF_FILES. This simplifies exim's set up from admin's point of view. - Use RCD_SCRIPTS to handle the startup script. As a result, bump PKGREVISION of exim and exim-user.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index b2566958e3e..b2737508232 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.166 2003/07/29 20:21:37 seb Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.167 2003/08/02 17:00:06 jmmv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -736,6 +736,16 @@ EMACS_USE_XAW3D?= NO
# Possible: YES, NO
# Default: NO
+EXIM_GROUP?= mail
+# Used in the exim package to specify the server group.
+# Possible: any group name
+# Default: mail
+
+EXIM_USER?= exim
+# Used in the exim package to specify the server user.
+# Possible: any user name
+# Default: exim
+
FETCHMAIL_USE_SSL?= YES
# Enable SSL in fetchmail (for pop and imap connections)
# Possible: YES, NO