summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorlukem <lukem>2001-02-26 18:09:40 +0000
committerlukem <lukem>2001-02-26 18:09:40 +0000
commit6f3171128f4e64185c4536b35c7b0e6175029928 (patch)
tree27fb86b8b18e854919403d245389d07a53c82cbb /mk
parent1f90c4dfad8690046c651fdf2957823f1b55aa61 (diff)
downloadpkgsrc-6f3171128f4e64185c4536b35c7b0e6175029928.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