tags 472524 + patch thanks Hi.
Here's a better fix, I guess (attached patch). Best regards, -- Olivier BERGER <[EMAIL PROTECTED]> (*NEW ADDRESS*) http://www-inf.it-sudparis.eu/~olberger/ - OpenPGP-Id: 1024D/6B829EEC Ingénieur Recherche - Dept INF Institut TELECOM / TELECOM & Management SudParis (http://www.it-sudparis.eu/), Evry
--- sympa.postinst.orig 2008-04-11 16:57:31.000000000 +0200 +++ sympa.postinst 2008-04-11 16:58:09.000000000 +0200 @@ -2,14 +2,15 @@ +# Source debconf library +. /usr/share/debconf/confmodule + # creating sympa user if he isn't already there if ! id sympa >/dev/null 2>/dev/null ; then - echo Adding system user: sympa. + echo "Adding system user: sympa." adduser --system --group --gecos "Sympa mailing list manager" --no-create-home --home /var/lib/sympa sympa >/dev/null fi -# Source debconf library -. /usr/share/debconf/confmodule # Stop the daemon if it has already been started # This is necessary when you run dpkg-reconfigure

