cvs commit: ports/databases/couchdb Makefile distinfo pkg-plist
 ports/databases/couchdb/files couchdb.in
    Doug Barton 
    dougb at FreeBSD.org
       
    Thu Aug 19 20:07:00 UTC 2010
    
    
  
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
    
    
More information about the cvs-ports
mailing list