pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Document THTTPD_LOG_FACILITY.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fa027657ed9
branches: trunk
changeset: 480558:3fa027657ed9
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 14 08:34:52 2004 +0000
description:
Document THTTPD_LOG_FACILITY.
diffstat:
mk/bsd.pkg.defaults.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 177e1b94e4b2 -r 3fa027657ed9 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk Tue Sep 14 08:32:16 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk Tue Sep 14 08:34:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.280 2004/09/10 19:51:50 jlam Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.281 2004/09/14 08:34:52 wiz Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1962,6 +1962,12 @@
# Possible: any valid path
# Default: none
+#THTTPD_LOG_FACILITY?= LOG_DAEMON
+# Used by the thttpd package to choose the log facility used
+# by thttpd for its syslogd(8) messages.
+# Possible: see "facility codes" in /usr/include/syslog.h
+# Default: LOG_DAEMON
+
TKPASMAN_USE_SSL?= YES
# Enable SSL in tkpasman (to encode stored passwords)
# Possible: YES, NO
Home |
Main Index |
Thread Index |
Old Index