[Pkg-erlang-commits] r1278 - couchdb/trunk/debian
sbisbee-guest at alioth.debian.org
sbisbee-guest at alioth.debian.org
Mon Aug 9 15:41:29 UTC 2010
Author: sbisbee-guest
Date: 2010-08-09 15:41:28 +0000 (Mon, 09 Aug 2010)
New Revision: 1278
Modified:
couchdb/trunk/debian/changelog
couchdb/trunk/debian/couchdb-bin.postinst
Log:
Undoing config world readable changes for bug 590539 in rev 1277
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2010-08-02 06:50:21 UTC (rev 1277)
+++ couchdb/trunk/debian/changelog 2010-08-09 15:41:28 UTC (rev 1278)
@@ -13,10 +13,6 @@
* 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)
@@ -25,7 +21,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 02:40:32 -0400
+ -- Sam Bisbee <sbisbee at computervip.com> Mon, 02 Aug 2010 01:52:41 -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 06:50:21 UTC (rev 1277)
+++ couchdb/trunk/debian/couchdb-bin.postinst 2010-08-09 15:41:28 UTC (rev 1278)
@@ -23,9 +23,9 @@
fi
chown -R couchdb:couchdb /etc/couchdb
- chmod -R 0775 /etc/couchdb
- chmod 0774 /etc/couchdb/default.ini
- chmod 0774 /etc/couchdb/local.ini
+ chmod -R 0770 /etc/couchdb
+ chmod 0664 /etc/couchdb/default.ini
+ chmod 0664 /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