diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-05-22 20:30:57 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-05-22 20:30:57 +0000 |
commit | 10c68254aac8647c7bcf2a3d8f9523658eb828f7 (patch) | |
tree | a658b2b8959d523eeae70ab07f8fd0a4b412dfb8 /bin | |
parent | 3a08b41f8c2a97eee0904b6359e559ed76dfc9fd (diff) |
Updated MochiWeb in trunk to r73.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659244 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 4002b006..0a7da952 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -223,7 +223,7 @@ start_couchdb () { command="`%ICU_CONFIG% --invoke` \ %ERL% $interactive_option -sasl errlog_type error \ -pa %erlanglibdir%/couch-%version%/ebin \ - %erlanglibdir%/mochiweb-r64/ebin \ + %erlanglibdir%/mochiweb-r73/ebin \ -eval \"application:load(inets)\" \ -eval \"application:load(crypto)\" \ -eval \"application:load(couch)\" \ |