summaryrefslogtreecommitdiff
path: root/databases
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 /databases
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 'databases')
-rw-r--r--databases/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index 9eedcf1def2..07079fc02b9 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2001/02/16 14:17:37 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2001/02/26 18:09:40 lukem Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
#
@@ -20,7 +20,7 @@ NOT_FOR_PLATFORM= *-*-mips
# PGGROUP group of the database administrator
#
PGUSER?= pgsql
-PGGROUP?= ingres
+PGGROUP?= pgsql
MESSAGE= ${FILESDIR}/post-install-notes
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL