summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2001-06-11 01:30:56 +0000
committertaca <taca>2001-06-11 01:30:56 +0000
commit9fe5d1714b40038932aa4141d8888431d5ccc52d (patch)
tree1e54e529e74a2f492fc74a3943e18e1b5e2da8e5
parented68cf79b8fe077179fc4227897652353f06f297 (diff)
downloadpkgsrc-9fe5d1714b40038932aa4141d8888431d5ccc52d.tar.gz
Add description for QPOPPER_FAC which specify qpoper's default
syslog facility.
-rw-r--r--mk/mk.conf.example7
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.