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/mysql51-server/files/patch-man::Makefile.in | |
parent | Update to 0.2.0. (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/mysql51-server/files/patch-man::Makefile.in')
-rw-r--r-- | databases/mysql51-server/files/patch-man::Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/mysql51-server/files/patch-man::Makefile.in b/databases/mysql51-server/files/patch-man::Makefile.in index 86d18cec61b2..0f83c2ae8cad 100644 --- a/databases/mysql51-server/files/patch-man::Makefile.in +++ b/databases/mysql51-server/files/patch-man::Makefile.in @@ -1,13 +1,13 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ +--- man/Makefile.in.orig Tue Mar 22 20:27:16 2005 ++++ man/Makefile.in Wed Apr 6 13:10:42 2005 +@@ -333,9 +333,7 @@ + tools_dirs = @tools_dirs@ + uname_prog = @uname_prog@ + zlib_dir = @zlib_dir@ +-man_MANS = mysql.1 mysql_zap.1 mysqlaccess.1 \ - mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ - perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 +man_MANS = - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ + EXTRA_DIST = mysql.1.in mysql_zap.1.in \ + mysqlaccess.1.in mysqladmin.1.in mysqld.1.in mysqld_multi.1.in \ |