* call useradd the right way.
authorWilfried Göesgens <willi@citadel.org>
Wed, 7 Feb 2007 16:21:18 +0000 (16:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 7 Feb 2007 16:21:18 +0000 (16:21 +0000)
citadel/debian/changelog
citadel/debian/citadel-common.postinst

index b8b3b3117389a2c0dc97c9d29e010da7609da8d8..34322f0abf1d71b01eed41ec960f662a5c104f50 100644 (file)
@@ -1,3 +1,9 @@
+citadel (7.03-5) unstable; urgency=low
+
+  * fixed user create bug
+
+ -- Wilfried Goesgens <citadel@outgesourced.org>  Wed, 07 Feb 2007 00:12:00 +0100
+
 citadel (7.03-4) unstable; urgency=low
        
   * varyous fixes from our valgrind session
index 30e9104c9bd27bcf3893dc32ca2a516ac0b49570..67d37cd921bdaf11720c49263aceb6370c900506 100644 (file)
@@ -15,7 +15,7 @@ case "$1" in
         if ! getent passwd citadel >/dev/null; then 
             adduser --system --ingroup citadel --home /var/lib/citadel \
                     --gecos "Citadel system user" --shell /bin/sh \
-                    --disabled-password --no-create-home citadel --shell /bin/false
+                    --disabled-password --no-create-home --shell /bin/false citadel
         fi
 
         chown -R citadel:citadel /etc/citadel