diff options
author | taca <taca@pkgsrc.org> | 2001-06-11 01:30:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-11 01:30:56 +0000 |
commit | f837b66312ea8dbbc18189f1b1215a4b9c6f14b0 (patch) | |
tree | 1e54e529e74a2f492fc74a3943e18e1b5e2da8e5 /mk | |
parent | 598425d9825375f7cb4557a33632884c812c292a (diff) | |
download | pkgsrc-f837b66312ea8dbbc18189f1b1215a4b9c6f14b0.tar.gz |
Add description for QPOPPER_FAC which specify qpoper's default
syslog facility.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 9902b7390ff..ec761a6ce39 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.227 2001/06/10 15:12:05 taca Exp $ +# $NetBSD: mk.conf.example,v 1.228 2001/06/11 01:30:56 taca Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -816,6 +816,11 @@ PAPERSIZE= A4 # Possible: Any rsh/ssh program. # Default: /usr/bin/ssh if it exists, otherwise ${LOCALBASE}/bin/ssh +#QPOPPER_FAC= +# Used by qpopper package as the default syslog facility. +# Possible: syslog(3)'s facility string without preceding "LOG_". +# Default: LOCAL1 + #QPOPPER_USER= # Used by qpopper package as the owner of apop database and qpopauth # command runs at. |