Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2010 13:06:57 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Wesley Shields <wxs@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, Till Klampaeckel <till@php.net>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/databases/couchdb Makefile distinfo pkg-plist ports/databases/couchdb/files couchdb.in
Message-ID:  <4C6D8EE1.5010709@FreeBSD.org>
In-Reply-To: <4C6D8D2A.8050602@FreeBSD.org>
References:  <201008180008.o7I08CGR014026@repoman.freebsd.org> <4C6D8D2A.8050602@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
sorry, these:

: ${couchdb_respawn:-"0"}"
: ${couchdb_user:-"couchdb"}"
: ${couchdb_enablelogs:-"YES"}"
: ${couchdb_etcdir:-"%%PREFIX%%/etc/couchdb"}"

need to be:

: ${couchdb_respawn:="0"}
: ${couchdb_user:="couchdb"}
: ${couchdb_enablelogs:="YES"}
: ${couchdb_etcdir:="%%PREFIX%%/etc/couchdb"}

I was moving too quickly there. But that's why I tell people to test 
things before approving the changes. :)


Doug

-- 

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/

	Computers are useless. They can only give you answers.
			-- Pablo Picasso




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C6D8EE1.5010709>