diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2023-04-17 00:17:45 +0200 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2023-04-17 00:17:45 +0200 |
commit | cb83106ca20b3365b91c1d08589a24ba68938ed9 (patch) | |
tree | b5d8e085646e4f3f8990f5177e76c8fb9758e93d /databases/mongodb50/files/patch-rpm_mongod.conf | |
parent | www/firefox: fix fonts becoming transparent in some configurations (diff) |
databases/mongodb50: update to 5.0.16
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/
Please read the release notes: Some past releases have critical issues.
Followed an upstream chagne in mongod.conf about removal of 2 settings. See UPDATING.
Diffstat (limited to 'databases/mongodb50/files/patch-rpm_mongod.conf')
-rw-r--r-- | databases/mongodb50/files/patch-rpm_mongod.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/mongodb50/files/patch-rpm_mongod.conf b/databases/mongodb50/files/patch-rpm_mongod.conf index 1a21e4250707..d2ab7fb69c08 100644 --- a/databases/mongodb50/files/patch-rpm_mongod.conf +++ b/databases/mongodb50/files/patch-rpm_mongod.conf @@ -14,12 +14,3 @@ journal: enabled: true # engine: -@@ -20,7 +20,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/db/mongodb/mongod.lock # location of pidfile - timeZoneInfo: /usr/share/zoneinfo - - # network interfaces |