[Debian-l10n-commits] r2783 - in /pootle/trunk/debian: TODO pootle.postinst
themill-guest at users.alioth.debian.org
themill-guest at users.alioth.debian.org
Wed Nov 16 16:09:00 UTC 2011
Author: themill-guest
Date: Wed Nov 16 16:08:59 2011
New Revision: 2783
URL: http://svn.debian.org/wsvn/?sc=1&rev=2783
Log:
Make config root:root and change later in postinst
Modified:
pootle/trunk/debian/TODO
pootle/trunk/debian/pootle.postinst
Modified: pootle/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/TODO?rev=2783&op=diff
==============================================================================
--- pootle/trunk/debian/TODO (original)
+++ pootle/trunk/debian/TODO Wed Nov 16 16:08:59 2011
@@ -15,10 +15,6 @@
* sqlite database gets left behind on purge (dbconfig-common gets the name
of the database wrong; it's missing the .db)
-* dbc_generate_include_owner='root:pootle'
- => group doesn't exist until postinst after db is created so generates
- non-fatal error messages
-
lintian
=======
Modified: pootle/trunk/debian/pootle.postinst
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.postinst?rev=2783&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.postinst (original)
+++ pootle/trunk/debian/pootle.postinst Wed Nov 16 16:08:59 2011
@@ -8,7 +8,7 @@
dbc_first_version="2.0.5-2"
dbc_generate_include='template:/etc/pootle/dbconfig.py'
dbc_generate_include_args=' -o template_infile=/usr/share/doc/pootle/dbconfig.template'
-dbc_generate_include_owner='root:pootle'
+dbc_generate_include_owner='root:root'
dbc_generate_include_perms='640'
dbc_pgsql_createdb_encoding='UTF8'
dbc_sql_substitutions='true'
More information about the Debian-l10n-commits
mailing list