You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2011/08/23 21:19:22 UTC

svn commit: r1160859 - /couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl

Author: randall
Date: Tue Aug 23 19:19:22 2011
New Revision: 1160859

URL: http://svn.apache.org/viewvc?rev=1160859&view=rev
Log:
bring windows in line with r1001283 (COUCHDB-1197)

Thanks to Dave Cottlehuber for the patch.
This is a backport of r1160857 from trunk

Modified:
    couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl

Modified: couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl?rev=1160859&r1=1160858&r2=1160859&view=diff
==============================================================================
--- couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl (original)
+++ couchdb/branches/1.1.x/etc/windows/couchdb.iss.tpl Tue Aug 23 19:19:22 2011
@@ -55,6 +55,7 @@ Source: "%openssl_bin_dir%\libeay32.dll"
 [Dirs]
 Name: "{app}\var\lib\couchdb"; Permissions: authusers-modify
 Name: "{app}\var\log\couchdb"; Permissions: authusers-modify
+Name: "{app}\var\run\couchdb"; Permissions: authusers-modify
 Name: "{app}\etc\couchdb"; Permissions: authusers-modify
 
 [Icons]