summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-10 14:01:34 +0000
committeragc <agc@pkgsrc.org>1998-06-10 14:01:34 +0000
commita74473ff608755ef8001c81ba4910e8e483afa0a (patch)
tree503c3cec1c6d7a985e861a7a4d895ebff31fb35e /mk
parentd42b222d9ffa9290e8f34111b6e693daf67c25d7 (diff)
downloadpkgsrc-a74473ff608755ef8001c81ba4910e8e483afa0a.tar.gz
Document PGGROUP definition, for use in the postgresql package.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 9caf2aeb561..1213104f298 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.9 1998/06/10 07:21:49 agc Exp $
+# $NetBSD: mk.conf.example,v 1.10 1998/06/10 14:01:34 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
@@ -122,8 +122,13 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: defined, not defined
# Default: not defined
+#PGGROUP=ingres # Used in postgresql package as the groupname
+ # of the database administrator
+ # Possible: any group name
+ # Default: ingres
+
#PGUSER=pgsql # Used in postgresql package as the username
- # (and group name) of the database admin
+ # of the database admin
# Possible: any user name
# Default: pgsql