From be984faa91084ee60a14abd2a8d28c7b0e52a428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 6 Aug 2009 17:22:55 +0000 Subject: [PATCH] usermod doesn't take --quiet --- debian/alternc-slave.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/alternc-slave.postinst b/debian/alternc-slave.postinst index 8e4efad2..afc4e75c 100644 --- a/debian/alternc-slave.postinst +++ b/debian/alternc-slave.postinst @@ -155,10 +155,10 @@ EOF echo "Reusing the alternc-mergelog account as a generic alternc account" # the uid is ugly. we should request allocation from # base-passwd instead - usermod --quiet --uid 342 --shell /usr/bin/rbash --login alternc alternc-mergelog + usermod --uid 342 --shell /usr/bin/rbash --login alternc alternc-mergelog # this is a separate step otherwise usermod will look for # files to chown in /var/alternc, which takes a long time - usermod --quiet --home $ALTERNC_LOC alternc + usermod --home $ALTERNC_LOC alternc fi if [ -d /var/run/alternc-mergelog/.ssh ]; then echo "Cleaning up old alternc-mergelog home"