diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-17 19:51:56 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-17 19:51:56 +0000 |
commit | ca7f72dba1f77900bf701ac2b2a00f9ec6a5c824 (patch) | |
tree | da6ea187cc0b2577dc226457ae15d448167edefd /databases/mysql55-server/files | |
parent | 07f77bbccee4a56fa28a74b7f1f7ecf00973ae54 (diff) | |
download | ports-ca7f72dba1f77900bf701ac2b2a00f9ec6a5c824.tar.gz ports-ca7f72dba1f77900bf701ac2b2a00f9ec6a5c824.zip |
Notes
Diffstat (limited to 'databases/mysql55-server/files')
-rw-r--r-- | databases/mysql55-server/files/patch-ab | 17 | ||||
-rw-r--r-- | databases/mysql55-server/files/patch-ap | 11 |
2 files changed, 26 insertions, 2 deletions
diff --git a/databases/mysql55-server/files/patch-ab b/databases/mysql55-server/files/patch-ab index 52b6b394986d..04825c3dc4b1 100644 --- a/databases/mysql55-server/files/patch-ab +++ b/databases/mysql55-server/files/patch-ab @@ -1,5 +1,5 @@ ---- scripts/mysql_install_db.sh.orig Mon Mar 1 20:08:17 1999 -+++ scripts/mysql_install_db.sh Thu Mar 4 22:05:57 1999 +--- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 ++++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 @@ -15,10 +15,6 @@ force=0 IN_RPM=0 @@ -20,3 +20,16 @@ hostname=`hostname` # Install this too in the user table # Check if hostname is valid +@@ -255,12 +249,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 password 'new-password'" diff --git a/databases/mysql55-server/files/patch-ap b/databases/mysql55-server/files/patch-ap new file mode 100644 index 000000000000..f42968f78ee6 --- /dev/null +++ b/databases/mysql55-server/files/patch-ap @@ -0,0 +1,11 @@ +--- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 ++++ strings/Makefile.in Sun Sep 12 23:56:25 1999 +@@ -143,7 +143,7 @@ + pkglib_LIBRARIES = libmystrings.a + # These file MUST all be on the same line!! Otherwise automake + # generats a very broken makefile +-@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s ++@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S + @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c + + libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) |