diff options
author | bad <bad> | 1999-06-08 18:25:09 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-08 18:25:09 +0000 |
commit | 5f485e1e12f03c46b6f637a6ff86fac8112c97eb (patch) | |
tree | 3bb36aa5e368d4f0955af3aca1878e4da2a9f819 /mk | |
parent | ba24f400484b7ebbfdbb3d9f85681a72cc2e9dcd (diff) | |
download | pkgsrc-5f485e1e12f03c46b6f637a6ff86fac8112c97eb.tar.gz |
Document the mk.conf variables used by the qpopper and majordomo pkgs.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 22 |
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) |