FreeBSD Bugzilla – Attachment 137727 Details for
Bug 183394
[patch] [databases/mongodb] Allow config to be specified in rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 633 bytes, created by
Daniel Ylitalo
on 2013-10-28 12:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2013-10-28 12:10:01 UTC
Size:
633 bytes
patch
obsolete
>--- mongod.orig 2013-10-28 12:50:39.000000000 +0100 >+++ mongod 2013-10-28 12:51:20.000000000 +0100 >@@ -31,10 +31,11 @@ > : ${mongod_flags="--logpath ${mongod_dbpath}/mongod.log --logappend"} > : ${mongod_user="mongodb"} > : ${mongod_group="mongodb"} >+: ${mongod_config="/usr/local/etc/mongodb.conf"} > > pidfile="${mongod_dbpath}/mongod.lock" > command=/usr/local/bin/${name} >-command_args="--config /usr/local/etc/mongodb.conf --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null" >+command_args="--config $mongod_config --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null" > start_precmd="${name}_prestart" > > mongod_create_dbpath()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183394
: 137727