Bug 54628 - make install ignores DB_DIR when creating initial database.
Summary: make install ignores DB_DIR when creating initial database.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 08:40 UTC by Max Okumoto
Modified: 2003-09-28 22:48 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (467 bytes, patch)
2003-07-19 08:40 UTC, Max Okumoto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!