You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Jan Lehnardt <ja...@apache.org> on 2012/04/30 13:21:00 UTC

Re: [2/2] git commit: Revert "Make sure that local_dev.ini is writable"

Uh, huh? :)

On Apr 30, 2012, at 12:17 , jan@apache.org wrote:

> Revert "Make sure that local_dev.ini is writable"
> 
> This reverts commit 591c973b3ec1df2c5294e5fdaea66bc66e21f9b7.
> 
> This breaks installing form non-writable media (think CD/DVD
> installs).
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
> Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b1799cdc
> Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b1799cdc
> Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b1799cdc
> 
> Branch: refs/heads/master
> Commit: b1799cdcd554260eafe0e8d29bddd7e664dc7a03
> Parents: 591c973
> Author: Jan Lehnardt <ja...@apache.org>
> Authored: Sun Apr 29 13:33:10 2012 +0100
> Committer: Jan Lehnardt <ja...@apache.org>
> Committed: Sun Apr 29 13:33:10 2012 +0100
> 
> ----------------------------------------------------------------------
> etc/couchdb/Makefile.am |    1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/b1799cdc/etc/couchdb/Makefile.am
> ----------------------------------------------------------------------
> diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am
> index fe045f9..dd1054b 100644
> --- a/etc/couchdb/Makefile.am
> +++ b/etc/couchdb/Makefile.am
> @@ -73,7 +73,6 @@ default_dev.ini: default.ini.tpl
> local_dev.ini: local.ini
> 	if test ! -f "$@"; then \
> 	    cp $< $@; \
> -		chmod +w $@; \
> 	fi
> 
> install-data-hook:
>