summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-05-13 19:02:47 +0000
committerkim <kim@pkgsrc.org>2001-05-13 19:02:47 +0000
commit4f81efe541a62954427546d62e00d12619d05ea4 (patch)
tree429f37d6aba1cbbb9c4691a3e4e33dcdbb1dcc97 /mk
parent498e03b655ef6ca275b0bb4bd1bfde87e325c638 (diff)
downloadpkgsrc-4f81efe541a62954427546d62e00d12619d05ea4.tar.gz
The config file for vtun is machine specific, so make it possible to
place it in /etc using VTUN_SYSCONFDIR.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index a9bde891068..1501b51389b 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.207 2001/05/08 17:28:08 jlam Exp $
+# $NetBSD: mk.conf.example,v 1.208 2001/05/13 19:02:47 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -937,6 +937,13 @@ PAPERSIZE= A4
# Possible: not defined, YES
# Default: not defined
+#VTUN_SYSCONFDIR= /etc
+# Specifies the location for vtund.conf, the configuration file.
+# If your ${LOCALBASE} is shared between machines use /etc or
+# a similar directory that is local to each machine.
+# Possible: Any valid directory
+# Default: ${LOCALBASE}/etc
+
#WINDOWMAKER_OPTIONS=
# Options for building windowmaker package. Used to add support for
# GNOME, KDE or OPEN LOOK(tm) and to avoid redundancies with KDE.