summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorbad <bad>1999-06-08 18:25:09 +0000
committerbad <bad>1999-06-08 18:25:09 +0000
commit6bc4dcc63b174e2c76775e4cfe4469948bb94391 (patch)
tree3bb36aa5e368d4f0955af3aca1878e4da2a9f819 /mk/mk.conf.example
parent07cee69b19165da7b66d44a7ed0893b989fdcb45 (diff)
downloadpkgsrc-6bc4dcc63b174e2c76775e4cfe4469948bb94391.tar.gz
Document the mk.conf variables used by the qpopper and majordomo pkgs.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example22
1 files changed, 21 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 2801c3b83a7..65a496251cf 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.55 1999/05/14 19:47:12 tron Exp $
+# $NetBSD: mk.conf.example,v 1.56 1999/06/08 18:25:09 bad Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -220,6 +220,21 @@
# Possible: not defined, YES.
# Default: not defined.
+#MAJORDOMO_USER= # Used by majordomo package as the userid
+ # majordomo runs at.
+ # Possible: any
+ # Default: majordom
+
+#MAJORDOMO_GROUP= # Used by the majordomo package as the groupid
+ # majordomo runs at.
+ # Possible: any
+ # Default: majordom
+
+#MAJORDOMO_TMPDIR= # Used by the majordomo package as the
+ # directory to store temp files.
+ # Possible: any directory.
+ # Default: /var/tmp
+
#MUTT_INTERNATIONAL= yes # Used to decide if international export
# restricted version of "mutt" is built.
# Possible: not defined, YES
@@ -252,6 +267,11 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: any user name
# Default: pgsql
+#QPOPPER_SERVERMODE=yes # Used in qpopper package to enable server
+ # mode.
+ # Possible: defined, not defined
+ # Default: not defined
+
#RCS_LOCALID= # Used in cvs-current package for an RCS Id
# which is expanded.
# Possible: anything (within reason)