mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5c5dc27ac7
and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course.
25 lines
786 B
Plaintext
25 lines
786 B
Plaintext
--- scripts/mysql_install_db.sh.orig Fri Sep 8 09:50:24 2000
|
|
+++ scripts/mysql_install_db.sh Sat Sep 23 21:13:37 2000
|
|
@@ -21,8 +21,6 @@
|
|
case "$1" in
|
|
-*) eqvalue="`echo $1 |sed 's/[-_a-zA-Z0-9]*=//'`"
|
|
case "$1" in
|
|
- -IN-RPM) IN_RPM=1
|
|
- ;;
|
|
--force) force=1
|
|
;;
|
|
--no-defaults) defaults="$1"; CONFIG_FILES=/nonexistent
|
|
@@ -304,12 +302,6 @@
|
|
END_OF_DATA
|
|
then
|
|
echo ""
|
|
- if test "$IN_RPM" -eq 0
|
|
- then
|
|
- echo "To start mysqld at boot time you have to copy support-files/mysql.server"
|
|
- echo "to the right place for your system"
|
|
- echo
|
|
- fi
|
|
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
|
|
echo "This is done with:"
|
|
echo "$bindir/mysqladmin -u root -p password 'new-password'"
|