Bug 198597 - [PORT databases/couchdb] [PATCH] Correcting permissions of etc/local.ini
Summary: [PORT databases/couchdb] [PATCH] Correcting permissions of etc/local.ini
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-15 11:12 UTC by Yuri Victorovich
Modified: 2015-03-15 11:48 UTC (History)
2 users (show)

See Also:


Attachments
patch (436 bytes, patch)
2015-03-15 11:12 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-03-15 11:12:53 UTC
Created attachment 154325 [details]
patch

As per this discussion https://issues.apache.org/jira/browse/COUCHDB-2638 , I am suggesting the attached patch which makes etc/local.ini file writable by the process.

Without this workaround admin users can't be added.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-15 11:35:41 UTC
A commit references this bug:

Author: olgeni
Date: Sun Mar 15 11:35:36 UTC 2015
New revision: 381321
URL: https://svnweb.freebsd.org/changeset/ports/381321

Log:
  Set @owner to couchdb for local.ini.sample.

  CouchDB's administration interface should be able to modify this file.

  PR:		198597
  Submitted by:	Yuri

Changes:
  head/databases/couchdb/Makefile
  head/databases/couchdb/pkg-plist
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2015-03-15 11:42:22 UTC
Fixed - thanks!