Set @owner to couchdb for local.ini.sample.
CouchDB's administration interface should be able to modify this file. PR: 198597 Submitted by: Yuri
This commit is contained in:
parent
4c2fbb0eb8
commit
0dc0d60491
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381321
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= couchdb
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
|
|
|
@ -2,7 +2,9 @@ bin/couch-config
|
|||
bin/couchdb
|
||||
bin/couchjs
|
||||
etc/couchdb/default.ini
|
||||
@owner couchdb
|
||||
@sample etc/couchdb/local.ini.sample
|
||||
@owner
|
||||
etc/logrotate.d/couchdb
|
||||
lib/couchdb/bin/couchjs
|
||||
lib/couchdb/erlang/lib/couch-%%VERSION%%/ebin/couch.app
|
||||
|
|
Loading…
Reference in a new issue