summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1999-10-22 14:43:59 +0000
committeragc <agc>1999-10-22 14:43:59 +0000
commit4ad8d4c320ef8a9ee59669017af21cbe9661e777 (patch)
treef4a9035e5153e714295e3912f5f4a329befacb3f /mk
parent5488850d4b0d91b0b50b5281a5dc69e8a60bb1b5 (diff)
downloadpkgsrc-4ad8d4c320ef8a9ee59669017af21cbe9661e777.tar.gz
Document the possible JB settings for the jitterbug package. *sigh*
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example35
1 files changed, 34 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 0cf3de98f16..541174a779f 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.89 1999/10/21 18:42:18 agc Exp $
+# $NetBSD: mk.conf.example,v 1.90 1999/10/22 14:43:59 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -262,6 +262,39 @@
# Possible: not defined, british
# Default: not defined
+#JB_PACKAGE= test # Used by jitterbug to determine the type of
+ # package to be installed.
+ # Possible: test, production
+ # Default: test
+
+#JB_USER=jitter # Used by jitterbug package for username
+ # Possible: any valid username
+ # Default: jitter
+
+#JB_USERID=509 # Used by jitterbug package for uid of
+ # JB_USER.
+ # Possible: any valid uid
+ # Default: 509
+
+#JB_GROUP=jitter # Used by jitterbug package for groupname
+ # Possible: any valid groupname
+ # Default: jitter
+
+#JB_GROUPID=509 # Used by jitterbug package for gid of
+ # JB_USER.
+ # Possible: any valid gid
+ # Default: 509
+
+#JB_FQHOSTNAME= # Used by jitterbug package to include the
+ # fully-qualified domain name of the host.
+ # Possible: defined, not defined
+ # default: not defined
+
+#JB_LOCALMAIL= # Used by jitterbug package as the mail
+ # alias to receive mail from jitterbug
+ # Possible: any valid mail alias
+ # default: none
+
#KERBEROS= # Used in many packages to specify use of
# a Kerberos (or compatible) subsystem.
# Requires Kerberos libraries in /usr/lib.