Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: source-changes
Date: 02/04/1999 13:35:02
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Thu Feb  4 21:35:01 UTC 1999

Modified Files:
	pkgsrc/databases/mysql: Makefile
	pkgsrc/databases/mysql/patches: patch-aa
	pkgsrc/databases/mysql/pkg: PLIST-server
Added Files:
	pkgsrc/databases/mysql/patches: patch-ad
Log Message:
Some cleanups:
- add -Dunix for some files which relied on it to be defined
- run `mysqladmin shutdown` right after mysql_install_db to
prevent blind running mysql daemon, pointed out in pr 6533 by
Matthew Green
- set NO_PACKAGE if we build/install the server case - mysql_install_db
needs the data dir from the source distribution to work - this
never worked for binary packages! Remove the bogus exec in PLIST-server
too as consequence.