Bug 54628

Summary: make install ignores DB_DIR when creating initial database.
Product: Ports & Packages Reporter: Max Okumoto <okumoto>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: sysadmin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Max Okumoto 2003-07-19 08:40:17 UTC
	During inital install of /usr/ports/databases/mysql41-server
	the Makefile does not use the DB_DIR variable when creating
	the inital database.

	So when /usr/local/etc/rc.d/mysql-server.sh start is executed
	there is no database.

Fix: Apply following patch
How-To-Repeat: 	# make DB_DIR=/usr/home/mysql OVERWRITE_DB=yes install
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2003-09-28 22:48:01 UTC
State Changed
From-To: open->closed

Committed, Thanks!