On 19 January 2013 00:55, Hans J Schroeder <[email protected]> wrote: > Hi, > > The build is done so far but I noticed a few discrepancies in the new couchdb > start script. > > 1. Version 1.2 used to have a COUCH_HOME variable and was relocatable, > version 1.2.1 has all paths hard-coded. > 2. Version 1.2 had the launch parameter COUCHDB_ADDITIONAL_CONFIG_FILE which > allowed Mac specific configuration, version 1.2.1 is missing that. > > Are there now other means to get it running? > > - Hans
Hi Hans, thanks for working on this! the additional config file was never in 1.2.0, only 1.3.x and master. dch@akai git % git log -SCOUCHDB_ADDITIONAL_CONFIG_FILE commit 4b035a7e637b51177338ffb25a9dcc1865de3484 I can't find the COUCH_HOME you mention in git for 1.2.0, master, or 1.3.x either, but this could easily be my bad git-fu. Does using bin/couchdb.tpl.in from 1.3.x or master solve both issues for you? A+ Dave
