summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-19 14:35:18 +0000
committerwiz <wiz>2003-09-19 14:35:18 +0000
commitfd7b846b95cc47909c56f654fac2c457d33f650f (patch)
treef712dc76c32874399a1f6efa487d809fd31996a9 /databases
parent79655cf013f22dc6f37b43d452a26c1599dba965 (diff)
downloadpkgsrc-fd7b846b95cc47909c56f654fac2c457d33f650f.tar.gz
Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in
the install file instead of only mentioning it in MESSAGE. Closes PR 22197. tron says ok.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile
index 7770dd9f5ee..80c6a30d4b2 100644
--- a/databases/mysql-server/Makefile
+++ b/databases/mysql-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2003/09/19 14:34:58 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2003/09/19 14:35:18 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
-PKGREVISION= 6
+PKGREVISION= 7
SVR4_PKGNAME= mysqs
COMMENT= MySQL, a free SQL database (server)