diff options
Diffstat (limited to 'databases/mongodb32/files/patch-rpm_mongod.conf')
| -rw-r--r-- | databases/mongodb32/files/patch-rpm_mongod.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/mongodb32/files/patch-rpm_mongod.conf b/databases/mongodb32/files/patch-rpm_mongod.conf deleted file mode 100644 index 52159af5fb27..000000000000 --- a/databases/mongodb32/files/patch-rpm_mongod.conf +++ /dev/null @@ -1,31 +0,0 @@ ---- rpm/mongod.conf.orig 2016-03-01 04:38:06 UTC -+++ rpm/mongod.conf -@@ -1,4 +1,4 @@ --# mongod.conf -+# mongodb.conf - - # for documentation of all options, see: - # http://docs.mongodb.org/manual/reference/configuration-options/ -@@ -7,11 +7,11 @@ - systemLog: - destination: file - logAppend: true -- path: /var/log/mongodb/mongod.log -+ path: /var/log/mongodb/log - - # Where and how to store data. - storage: -- dbPath: /var/lib/mongo -+ dbPath: /var/db/mongo - journal: - enabled: true - # engine: -@@ -21,7 +21,7 @@ storage: - # how the process runs - processManagement: - fork: true # fork and run in background -- pidFilePath: /var/run/mongodb/mongod.pid # location of pidfile -+ pidFilePath: /var/run/mongodb/pid # location of pidfile - - # network interfaces - net: |
