summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-02-26 18:09:40 +0000
committerlukem <lukem@pkgsrc.org>2001-02-26 18:09:40 +0000
commit051abd3b1f3ec3fe9f3cf2b864eef75b1eadec0d (patch)
tree27fb86b8b18e854919403d245389d07a53c82cbb /mk
parent5d96551965e806aa58e5fde6b021677620958296 (diff)
downloadpkgsrc-051abd3b1f3ec3fe9f3cf2b864eef75b1eadec0d.tar.gz
change default group from ingres to pgsql, to match behaviour of other
applications (uname == gname), and because we've removed the default ingres group anyway.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 72259aebd62..12e7c32587a 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.174 2001/02/24 16:59:50 sakamoto Exp $
+# $NetBSD: mk.conf.example,v 1.175 2001/02/26 18:09:41 lukem Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -617,11 +617,11 @@ PAPERSIZE= A4
# Possible: A4, Letter, Letterdj.
# Default: none
-#PGGROUP= ingres
+#PGGROUP= pgsql
# Used in postgresql package as the groupname of the database
# administrator
# Possible: any group name
-# Default: ingres
+# Default: pgsql
#PGUSER= pgsql
# Used in postgresql package as the username of the database admin