summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-05-07 17:24:39 +0000
committeragc <agc@pkgsrc.org>1998-05-07 17:24:39 +0000
commit1140042c874dbda5ec16959be2d2f5da23be34d4 (patch)
tree5283f3c00ee20802764b5c4639f4a5f9e9f6a21f
parent80b6dda4869517d512fc3b07a3920aece7f5f49b (diff)
downloadpkgsrc-1140042c874dbda5ec16959be2d2f5da23be34d4.tar.gz
Document AMANDA_USER and PGUSER variables.
-rw-r--r--mk/mk.conf.example12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 5fc53bd8793..e12132ca19e 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.2 1998/03/30 08:18:49 hubertf Exp $
+# $NetBSD: mk.conf.example,v 1.3 1998/05/07 17:24:39 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection
@@ -37,6 +37,11 @@ MANZ= 1 # gzip manual pages at installation time
# Default: not defined
# Definitions used in the packages collection
+#AMANDA_USER= backup # Used in the amanda package to specify the login
+ # user and group responsible for backups
+ # Possible: any user name
+ # Default: backup
+
#DOMAIN_NAME= # Used in the knews package to set the domain name
# Possible: almost anything really, usually a FQDN.
# Default: none
@@ -112,6 +117,11 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: defined, not defined
# Default: not defined
+#PGUSER=pgsql # Used in postgresql package as the username
+ # (and group name) of the database admin
+ # Possible: any user name
+ # Default: pgsql
+
#RCS_LOCALID= # Used in cvs-current package for an RCS Id
# which is expanded.
# Possible: anything (within reason)