Bug#326192: adduser: adding system user with existing group fails

2005-10-01 Thread Marc Haber
tags #326192 - wontfix tags #326192 confirmed pending thanks On Mon, Sep 05, 2005 at 12:50:10PM +0200, Peter Eisentraut wrote: Am Samstag, 3. September 2005 10:11 schrieb Marc Haber: Which is a feature. adduser only silently adds a new system user to an existing group if the existing group

Bug#326192: adduser: adding system user with existing group fails

2005-09-05 Thread Peter Eisentraut
Am Samstag, 3. September 2005 10:11 schrieb Marc Haber: Which is a feature. adduser only silently adds a new system user to an existing group if the existing group is a system group. If the existing group is not a system group, adduser assumes that the group name is locally being used for some

Bug#326192: adduser: adding system user with existing group fails

2005-09-03 Thread Marc Haber
tags #326192 wontfix thanks On Fri, Sep 02, 2005 at 11:50:18AM +0200, Peter Eisentraut wrote: The postgresql-common package does the following to add its system user postgres: if ! getent passwd postgres /dev/null; then adduser --system --quiet --no-create-home --home

Bug#326192: adduser: adding system user with existing group fails

2005-09-02 Thread Peter Eisentraut
Package: adduser Version: 3.67 Severity: normal The postgresql-common package does the following to add its system user postgres: if ! getent passwd postgres /dev/null; then adduser --system --quiet --no-create-home --home /var/lib/postgresql --group --gecos PostgreSQL