[
https://issues.apache.org/jira/browse/COUCHDB-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677997#action_12677997
]
Noah Slater commented on COUCHDB-274:
-------------------------------------
This line incorrectly removes the ":" setting from the "-c" option:
- options=`getopt hVc:ibp:r:Ro:e:skd $...@`
+ options=`getopt hVcC:ibp:r:Ro:e:skd $...@`
Apart from that, I think this patch looks good to go. Thank you.
> Add a -C option to load configuration file without resetting system default
> ---------------------------------------------------------------------------
>
> Key: COUCHDB-274
> URL: https://issues.apache.org/jira/browse/COUCHDB-274
> Project: CouchDB
> Issue Type: New Feature
> Components: Infrastructure
> Reporter: eric casteleijn
> Priority: Minor
> Attachments: couchdb.patch
>
>
> I created a patch that adds a -C (as opposed to lowercase -c) option that
> accepts one of more configuration files and overrides the system default with
> the values specified therein.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.