aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb60/files/patch-rpm_mongod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb60/files/patch-rpm_mongod.conf')
-rw-r--r--databases/mongodb60/files/patch-rpm_mongod.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/mongodb60/files/patch-rpm_mongod.conf b/databases/mongodb60/files/patch-rpm_mongod.conf
deleted file mode 100644
index b742b1604402..000000000000
--- a/databases/mongodb60/files/patch-rpm_mongod.conf
+++ /dev/null
@@ -1,16 +0,0 @@
---- rpm/mongod.conf.orig 2023-04-28 08:22:02 UTC
-+++ rpm/mongod.conf
-@@ -7,11 +7,11 @@ systemLog:
- systemLog:
- destination: file
- logAppend: true
-- path: /var/log/mongodb/mongod.log
-+ path: /var/db/mongodb/mongod.log
-
- # Where and how to store data.
- storage:
-- dbPath: /var/lib/mongo
-+ dbPath: /var/db/mongodb
- journal:
- enabled: true
- # engine: