Re: Remove obsolete options for createuser

2019-10-22 Thread Michael Paquier
On Mon, Oct 21, 2019 at 01:33:08PM +0900, Michael Paquier wrote: > The commit in question is 8ae0d47 from 2005. So let's remove it. It > is not even documented for ages. > > Perhaps somebody thinks it is not a good idea? Done. A similar move could be done for --encrypted which has been made a

Re: Remove obsolete options for createuser

2019-10-20 Thread Michael Paquier
On Sat, Oct 19, 2019 at 03:34:56PM +0300, Alexander Lakhin wrote: > I've noticed that the createuser utility supports two undocumented > options (--adduser, --no-adduser), that became obsolete in 2005. > I believe that their existence should come to end someday (maybe > today?). The patch to remove

Remove obsolete options for createuser

2019-10-19 Thread Alexander Lakhin
Hello hackers, I've noticed that the createuser utility supports two undocumented options (--adduser, --no-adduser), that became obsolete in 2005. I believe that their existence should come to end someday (maybe today?). The patch to remove them is attached. Best regards. Alexander diff --git a/