summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 14:35:18 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 14:35:18 +0000
commit418c63637027b80e73d5d30a4aadf03f321a3109 (patch)
treef712dc76c32874399a1f6efa487d809fd31996a9 /databases
parenteda9b144043f4ba71d015964e02d1456b15eb0f7 (diff)
downloadpkgsrc-418c63637027b80e73d5d30a4aadf03f321a3109.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)