diff options
author | unknown <joerg@trift2.> | 2008-03-19 19:13:28 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-03-19 19:13:28 +0100 |
commit | 3e9928c624db668b9472a57e110f13373d57160f (patch) | |
tree | d86c67548d8ba525e7ce1b58566482dd48d63fcd /support-files | |
parent | 5c3bb64066566ce2f05dc5b551e33bd634adf683 (diff) | |
download | mariadb-git-3e9928c624db668b9472a57e110f13373d57160f.tar.gz |
support-files/mysql.spec.sh : Add the man pages for "ndbd" and "ndb_mgmd".
support-files/mysql.spec.sh:
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 b28af51d43e..49cb86d5bd5 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -642,10 +642,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) @@ -737,6 +739,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". + * Fri Mar 02 2007 Joerg Bruehe <joerg@mysql.com> - Add several man pages for NDB which are now created. |