Opened 16 years ago
Closed 16 years ago
#717 closed enhancement (fixed)
Make initdb, updatedb and other scripts accept a username
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.5 |
Component: | install | Version: | |
Keywords: | Cc: |
Description
The current implementation forces the root user account to be named 'root'. It should not be difficult to change the scripts to make the accept two parameters. If two parameters are given, the first is the root username and the last the password. If only one parameter is given, the username should use the old default 'root'.
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | BASE 2.5 → BASE 2.6 |
---|
comment:2 Changed 16 years ago by
Milestone: | BASE 2.6 → BASE 2.5 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3917]) Fixes #717: Make initdb, updatedb and other scripts accept a username