diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-04-06 13:38:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-04-06 13:38:29 +0000 |
commit | bd1e850d7249b66550078edcc36e27aa815d9a3b (patch) | |
tree | 0dadd99ae13da37b4847a12de40fb3f52fd8a84f /databases/mysql55-server/files/patch-Docs::Makefile.in | |
parent | 69df622682dfe0d2965b44143cdb89dfe252c7f5 (diff) |
Update to 5.0.3 release:
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
- Add the possibility to specify additional command-line arguments
to be passed to mysqld_safe on startup
Notes
Notes:
svn path=/head/; revision=132637
Diffstat (limited to 'databases/mysql55-server/files/patch-Docs::Makefile.in')
-rw-r--r-- | databases/mysql55-server/files/patch-Docs::Makefile.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/mysql55-server/files/patch-Docs::Makefile.in b/databases/mysql55-server/files/patch-Docs::Makefile.in index e76340001630..7424656ab673 100644 --- a/databases/mysql55-server/files/patch-Docs::Makefile.in +++ b/databases/mysql55-server/files/patch-Docs::Makefile.in @@ -1,25 +1,25 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) +--- Docs/Makefile.in.orig Tue Mar 22 20:27:11 2005 ++++ Docs/Makefile.in Wed Apr 6 13:00:28 2005 +@@ -359,7 +359,7 @@ + + SUBDIRS = Images + GT = $(srcdir)/Support/generate-text-files.pl -all: $(BUILT_SOURCES) +all: $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - +@@ -669,7 +669,7 @@ + for dir in "$(DESTDIR)$(infodir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done -install: $(BUILT_SOURCES) +install: $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive +@@ -793,7 +793,7 @@ + tags tags-recursive uninstall uninstall-am uninstall-info-am -all: $(targets) txt_files |