Opened 17 years ago
Closed 17 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 by , 17 years ago
Milestone: | BASE 2.5 → BASE 2.6 |
---|
comment:2 by , 17 years ago
Milestone: | BASE 2.6 → BASE 2.5 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 17 years ago
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