diff options
author | taca <taca> | 2001-06-10 15:12:05 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-10 15:12:05 +0000 |
commit | 688737d43cbec2301a2290a68afb68f8951b084a (patch) | |
tree | 84afdd09fe44a137b5a34dec37e0d4dff7f0d1cc /mk | |
parent | cf3c1b711cf0927be216a145799129bf2512a784 (diff) | |
download | pkgsrc-688737d43cbec2301a2290a68afb68f8951b084a.tar.gz |
Add description for QPOPPER_USER which specify owner of qpopper's apop
database and qpopauth runs at.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 4cdac1f3612..9902b7390ff 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.226 2001/06/06 21:42:00 jtb Exp $ +# $NetBSD: mk.conf.example,v 1.227 2001/06/10 15:12:05 taca Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -816,6 +816,12 @@ PAPERSIZE= A4 # Possible: Any rsh/ssh program. # Default: /usr/bin/ssh if it exists, otherwise ${LOCALBASE}/bin/ssh +#QPOPPER_USER= +# Used by qpopper package as the owner of apop database and qpopauth +# command runs at. +# Possible: any +# Default: pop + #QPOPPER_SERVERMODE= # Used in qpopper package to enable server mode. # Possible: defined, not defined |