diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
commit | 5d342a758c6095b4d30aba0750b54f13b8916f51 (patch) | |
tree | 762e9aa84781f5e3b96db2c02d356c29cf0217c0 /rpm | |
parent | cbe2d992e9cd1ea66af9fa91df006106775d3073 (diff) | |
download | mongodb-5d342a758c6095b4d30aba0750b54f13b8916f51.tar.gz |
Imported Upstream version 2.0.0
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongo.spec | 4 | ||||
-rw-r--r-- | rpm/mongod.conf | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/rpm/mongo.spec b/rpm/mongo.spec index 94dba51..3506882 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -1,5 +1,5 @@ Name: mongo -Version: 1.8.3 +Version: 2.0.0 Release: mongodb_1%{?dist} Summary: mongo client shell and tools License: AGPL 3.0 @@ -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,-) diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 1530199..73ff749 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -12,6 +12,9 @@ fork = true dbpath=/var/lib/mongo +# Disables write-ahead journaling +# nojournal = true + # Enables periodic logging of CPU utilization and I/O wait #cpu = true @@ -37,9 +40,6 @@ dbpath=/var/lib/mongo # 7=W+some reads #oplog = 0 -# Diagnostic/debugging option -#nocursors = true - # Ignore query hints #nohints = true |