diff options
author | unknown <joerg@trift2.> | 2008-03-19 19:42:59 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-03-19 19:42:59 +0100 |
commit | 3976ca90d9690b1eb1a828238c072127f12972b7 (patch) | |
tree | e66708b826161d6f6c5ebd55523189d47118abd8 /support-files | |
parent | 7fd69f2f76acd57eab5fdb550a68c9fe5d0a0f1c (diff) | |
parent | 3e9928c624db668b9472a57e110f13373d57160f (diff) | |
download | mariadb-git-3976ca90d9690b1eb1a828238c072127f12972b7.tar.gz |
Merge trift2.:/MySQL/M41/man8-4.1
into trift2.:/MySQL/M50/man8-5.0
support-files/mysql.spec.sh:
Manual merge: Add the man pages for "ndbd" and "ndb_mgmd".
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index acf7d571710..ddffb2827b0 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -689,10 +689,12 @@ fi %files ndb-storage %defattr(-,root,root,0755) %attr(755, root, root) %{_sbindir}/ndbd +%doc %attr(644, root, man) %{_mandir}/man8/ndbd.8* %files ndb-management %defattr(-,root,root,0755) %attr(755, root, root) %{_sbindir}/ndb_mgmd +%doc %attr(644, root, man) %{_mandir}/man8/ndb_mgmd.8* %files ndb-tools %defattr(-,root,root,0755) @@ -782,6 +784,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Mar 19 2008 Joerg Bruehe <joerg@mysql.com> + +- Add the man pages for "ndbd" and "ndb_mgmd". + * Mon Feb 18 2008 Timothy Smith <tim@mysql.com> - Require a manual upgrade if the alread-installed mysql-server is |