pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/defaults
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Jan 27 15:32:34 UTC 2022
Modified Files:
pkgsrc/mk/defaults: mk.conf
Log Message:
Add defaults for DQCACHE_{USER,GROUP}.
To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 pkgsrc/mk/defaults/mk.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.324 pkgsrc/mk/defaults/mk.conf:1.325
--- pkgsrc/mk/defaults/mk.conf:1.324 Mon Jan 24 23:11:32 2022
+++ pkgsrc/mk/defaults/mk.conf Thu Jan 27 15:32:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.324 2022/01/24 23:11:32 gutteridge Exp $
+# $NetBSD: mk.conf,v 1.325 2022/01/27 15:32:34 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@@ -958,6 +958,16 @@ DT_LAYOUT?= US
# Possible: US, FI, FR, GER, DV
# Default: US
+DQCACHE_USER?= dqcache
+# System user for dqcache server.
+# Possible: any user name
+# Default: dqcache
+
+DQCACHE_GROUP?= dqcache
+# System group for dqcache server.
+# Possible: any group name
+# Default: dqcache
+
ELK_GUI?= none
# Used by elk to determine which GUI API modules are enabled.
# Possible: none, or some combination of xaw and/or motif
Home |
Main Index |
Thread Index |
Old Index