diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-06-24 11:06:24 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-06-24 11:06:24 +0000 |
commit | 561652bd7ee48748216a215ccbffa505bca63a0d (patch) | |
tree | 1315937b559f18ee77cc01ed932ac48acc26b6e6 /bin | |
parent | d054aef0e2419db31d8277a051b54abdf6ee1d34 (diff) |
Updated MochiWeb in trunk to r82.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671125 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 77409ae0..d7d689a4 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -206,7 +206,7 @@ start_couchdb () { command="`%ICU_CONFIG% --invoke` \ %ERL% $interactive_option -smp auto -sasl errlog_type error \ -pa %localerlanglibdir%/couch-%version%/ebin \ - %localerlanglibdir%/mochiweb-r76/ebin \ + %localerlanglibdir%/mochiweb-r82/ebin \ -eval \"application:load(inets)\" \ -eval \"application:load(crypto)\" \ -eval \"application:load(couch)\" \ |