diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 09:06:49 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 09:06:49 +0000 |
commit | 65e850a01858509e0bc519832686aa52d58809b0 (patch) | |
tree | 655a34adcd5716b71f06b128ec9e3615d8b2b416 /bin | |
parent | 496e3b2e876b74b3da3007268271c3c667e8fbee (diff) |
Updated MochiWeb in trunk to r76. Closes COUCHDB-42.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchdb.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index c5f81c46..eab2e52b 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -220,7 +220,7 @@ start_couchdb () { command="`%ICU_CONFIG% --invoke` \ %ERL% $interactive_option -smp auto -sasl errlog_type error \ -pa %erlanglibdir%/couch-%version%/ebin \ - %erlanglibdir%/mochiweb-r73/ebin \ + %erlanglibdir%/mochiweb-r76/ebin \ -eval \"application:load(inets)\" \ -eval \"application:load(crypto)\" \ -eval \"application:load(couch)\" \ |