Bug#558260: --quiet doesn't make adduser quiet

2020-11-12 Thread Franklin, Jason
Greetings, Chris: > This is because whilst adduser respects --quiet for its own message, it > does not silence the call out to gpasswd: I think that adduser should mimic the behavior of deluser here to avoid being unnecessarily noisy. The "deluser" utility does the following... 440#systemca

Bug#558260: --quiet doesn't make adduser quiet

2017-03-31 Thread Chris Lamb
Hi, > --quiet doesn't make adduser quiet This is because whilst adduser respects --quiet for its own message, it does not silence the call out to gpasswd: 353 printf gtx("Adding user `%s' to group `%s' ...\n"),$existing_user,$existing_group 354 if $verbose; 355 &invali