Fixes the adduser command that fails with:
$ adduser -c 'nfs pseudo user' -m /nonexisting -M -r -s /sbin/nologin nfs useradd: options -m and -M conflict
The options: -m, --create-home -M, --no-create-home
Dealt with at the new repo https://forge.fedoraproject.oreg/server
Pull-Request has been closed by pboy
Fixes the adduser command that fails with:
$ adduser -c 'nfs pseudo user' -m /nonexisting -M -r -s /sbin/nologin nfs
useradd: options -m and -M conflict
The options:
-m, --create-home
-M, --no-create-home