[Debian-l10n-commits] r2111 - in /pootle/trunk/debian: changelog pootle.postinst
nekral-guest at users.alioth.debian.org
nekral-guest at users.alioth.debian.org
Wed Jan 13 21:52:31 UTC 2010
Author: nekral-guest
Date: Wed Jan 13 21:52:30 2010
New Revision: 2111
URL: http://svn.debian.org/wsvn/?sc=1&rev=2111
Log:
* debian/pootle.postinst: Create the pootle user with the --no-create-home
option to avoid a warning. Closes: #484663
Modified:
pootle/trunk/debian/changelog
pootle/trunk/debian/pootle.postinst
Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=2111&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Wed Jan 13 21:52:30 2010
@@ -7,8 +7,10 @@
* debian/pootle.init: Pass options from /etc/default/pootle when the server
is started.
* debian/PootleServer.8: Updated manpage (old options removed).
-
- -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net> Wed, 13 Jan 2010 22:25:39 +0100
+ * debian/pootle.postinst: Create the pootle user with the --no-create-home
+ option to avoid a warning. Closes: #484663
+
+ -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net> Wed, 13 Jan 2010 22:51:37 +0100
pootle (2.0.0-2) unstable; urgency=low
Modified: pootle/trunk/debian/pootle.postinst
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.postinst?rev=2111&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.postinst (original)
+++ pootle/trunk/debian/pootle.postinst Wed Jan 13 21:52:30 2010
@@ -20,7 +20,7 @@
echo -n "Adding user $POOTLE_USER.."
adduser --quiet --system --gecos "Pootle daemon" \
--ingroup $POOTLE_GROUP \
- --home $POOTLE_HOME \
+ --no-create-home --home $POOTLE_HOME \
$POOTLE_USER
echo "..done"
fi
More information about the Debian-l10n-commits
mailing list