[Pkg-erlang-commits] r1277 - couchdb/trunk/debian
sbisbee-guest at alioth.debian.org
sbisbee-guest at alioth.debian.org
Mon Aug 2 06:50:24 UTC 2010
Author: sbisbee-guest
Date: 2010-08-02 06:50:21 +0000 (Mon, 02 Aug 2010)
New Revision: 1277
Modified:
couchdb/trunk/debian/changelog
couchdb/trunk/debian/couchdb-bin.postinst
Log:
Setting /etc/couchdb to 0775 and its files to 0774 (closes #590539)
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2010-08-02 05:56:03 UTC (rev 1276)
+++ couchdb/trunk/debian/changelog 2010-08-02 06:50:21 UTC (rev 1277)
@@ -13,6 +13,10 @@
* Updated debian/control, bumping Debian Policy to 3.9.1.
* Added debian/patches/couchjsReceiveSpelling.patch, fixing the spelling of
'receive' (lintian warning).
+ * Updated debian/couchdb-bin.postinst, set the permissions for /etc/couchdb/
+ to 0775 and its files to 0774. The sub-directories /etc/couchdb/default.d/
+ and /etc/couchdb/local.d/ also get the new 0775 permissions
+ (closes: #590539).
[ Elliot Murphy ]
* split into couchdb and couchdb-bin (closes: #573061)
@@ -21,7 +25,7 @@
users and auth caches after final user is removed.
* Drop debian/patches/couch_app.erl (included upstream now).
- -- Sam Bisbee <sbisbee at computervip.com> Mon, 02 Aug 2010 01:52:41 -0400
+ -- Sam Bisbee <sbisbee at computervip.com> Mon, 02 Aug 2010 02:40:32 -0400
couchdb (0.11.0-2) unstable; urgency=low
Modified: couchdb/trunk/debian/couchdb-bin.postinst
===================================================================
--- couchdb/trunk/debian/couchdb-bin.postinst 2010-08-02 05:56:03 UTC (rev 1276)
+++ couchdb/trunk/debian/couchdb-bin.postinst 2010-08-02 06:50:21 UTC (rev 1277)
@@ -23,9 +23,9 @@
fi
chown -R couchdb:couchdb /etc/couchdb
- chmod -R 0770 /etc/couchdb
- chmod 0664 /etc/couchdb/default.ini
- chmod 0664 /etc/couchdb/local.ini
+ chmod -R 0775 /etc/couchdb
+ chmod 0774 /etc/couchdb/default.ini
+ chmod 0774 /etc/couchdb/local.ini
mkdir -p /var/log/couchdb
chown -R couchdb:couchdb /var/log/couchdb
More information about the Pkg-erlang-commits
mailing list