diff options
author | Richard Kreuter <richard@10gen.com> | 2011-06-13 17:00:05 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2011-06-13 17:00:05 -0400 |
commit | 74589826a70211331119d63a27b620b8e07f433f (patch) | |
tree | 7ce17cf8f234fda65c76384c35267ee1666c032e /rpm | |
parent | 7d9067216abe2cd67192780731e0ed03ef801027 (diff) | |
download | mongo-74589826a70211331119d63a27b620b8e07f433f.tar.gz |
Add mongotop binary and bsondump.1 man page.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongo.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/mongo.spec b/rpm/mongo.spec index bf5f19a36cb..332c6d29c96 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -106,6 +106,7 @@ fi %{_bindir}/mongorestore %{_bindir}/mongostat %{_bindir}/bsondump +%{_bindir}/mongotop %{_mandir}/man1/mongo.1* %{_mandir}/man1/mongod.1* @@ -116,6 +117,7 @@ fi %{_mandir}/man1/mongosniff.1* %{_mandir}/man1/mongostat.1* %{_mandir}/man1/mongorestore.1* +%{_mandir}/man1/bsondum.1* %files server %defattr(-,root,root,-) |