mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
trivial version bump one patchfiles is included in the source now poudriere stage-qa: ok Changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.6---may-12--2023 Please read the release notes: Some past releases have critical issues. Followed an upstream change in mongod.conf about removal of 2 settings. See UPDATING 20230416.
16 lines
365 B
Text
16 lines
365 B
Text
--- 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:
|