mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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".
This commit is contained in:
@ -642,10 +642,12 @@ fi
|
|||||||
%files ndb-storage
|
%files ndb-storage
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%attr(755, root, root) %{_sbindir}/ndbd
|
%attr(755, root, root) %{_sbindir}/ndbd
|
||||||
|
%doc %attr(644, root, man) %{_mandir}/man8/ndbd.8*
|
||||||
|
|
||||||
%files ndb-management
|
%files ndb-management
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%attr(755, root, root) %{_sbindir}/ndb_mgmd
|
%attr(755, root, root) %{_sbindir}/ndb_mgmd
|
||||||
|
%doc %attr(644, root, man) %{_mandir}/man8/ndb_mgmd.8*
|
||||||
|
|
||||||
%files ndb-tools
|
%files ndb-tools
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
@ -737,6 +739,10 @@ fi
|
|||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%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>
|
* Fri Mar 02 2007 Joerg Bruehe <joerg@mysql.com>
|
||||||
|
|
||||||
- Add several man pages for NDB which are now created.
|
- Add several man pages for NDB which are now created.
|
||||||
|
Reference in New Issue
Block a user