You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/08/26 04:56:14 UTC

[couchdb-pkg] branch fix-buster created (now f558d01)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch fix-buster
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git.


      at f558d01  fix etc/default.d/* ownership

This branch includes the following new commits:

     new f558d01  fix etc/default.d/* ownership

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-pkg] 01/01: fix etc/default.d/* ownership

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch fix-buster
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit f558d012216c55d8ed7255038633d2d33d0cac69
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Sun Aug 25 21:55:45 2019 -0700

    fix etc/default.d/* ownership
---
 debian/couchdb.postinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/couchdb.postinst b/debian/couchdb.postinst
index 3661125..c4edce7 100644
--- a/debian/couchdb.postinst
+++ b/debian/couchdb.postinst
@@ -189,6 +189,7 @@ case $1 in
     # These should be owned by the couchdb user and group:
     chown couchdb:couchdb /opt/couchdb/etc
     chown couchdb:couchdb /opt/couchdb/etc/* >/dev/null 2>&1 || true
+    chown couchdb:couchdb /opt/couchdb/etc/default.d/* >/dev/null 2>&1 || true
     chown couchdb:couchdb /var/lib/couchdb
     chown couchdb:couchdb /var/lib/couchdb/* >/dev/null 2>&1 || true
     chown couchdb:couchdb /var/lib/couchdb/shards/* >/dev/null 2>&1 || true