Re: adduser -D creates a locked account instead of a passwordless account

2019-11-07 Thread Tito
On 11/8/19 5:52 AM, Ashen Gunaratne wrote: The use of flag '-D' while user account creation seems to disable the created account (analogue of 'passwd -l') instead of simply leaving the account passwordless (analogue of 'passwd -u'). Which I find contrasting against the documentation;    

adduser -D creates a locked account instead of a passwordless account

2019-11-07 Thread Ashen Gunaratne
The use of flag '-D' while user account creation seems to disable the created account (analogue of 'passwd -l') instead of simply leaving the account passwordless (analogue of 'passwd -u'). Which I find contrasting against the documentation;     -D  Do not assign a password /

[PATCH] xz/unxz --help: -t is supported

2019-11-07 Thread wdlkmpx
patch attached From 780c945a3d65ae19f5ee5e2b1824e7cf29303f5c Mon Sep 17 00:00:00 2001 From: wdlkmpx Date: Fri, 8 Nov 2019 00:15:20 +0800 Subject: [PATCH] xz/unxz --help: -t is supported --- archival/bbunzip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archival/bbunzip.c