6f39e9630f
- make the default database directory a bit easier to change with the DB_DIR variable - add warning about possible virtual memory limit exhaustion - change default database directory to /var/mysql and chown it to the user:group - integrate check_old_version script into Makefile - we should be able to make this into a full package now, though not tested fully - install user:group of mysql and make MySQL load as user mysql Reviewed and tested by: ericj@
11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
--- scripts/Makefile.in.orig Sun Dec 19 01:10:30 1999
|
|
+++ scripts/Makefile.in Sun Dec 19 01:10:55 1999
|
|
@@ -316,6 +316,7 @@
|
|
-e 's!@''datadir''@!$(datadir)!g' \
|
|
-e 's!@''localstatedir''@!$(localstatedir)!g' \
|
|
-e 's!@''libexecdir''@!$(libexecdir)!g' \
|
|
+ -e 's!@''pkgdatadir''@!$(pkgdatadir)!g' \
|
|
-e 's!@''CC''@!@CC@!'\
|
|
-e 's!@''CXX''@!@CXX@!'\
|
|
-e 's!@''GXX''@!@GXX@!'\
|