
|
If you were logged in you would be able to see more operations.
|
|
|
Time Tracking:
Issue & Sub-Tasks
Issue Only
Issue & Sub-Tasks
Issue Only
|
|
|
| Planning Status: |
Unspecified
|
|
Today make install is interactive and ask a password for SYSDBA
to make easier setup, and possibility to run automate build and tests run, we need a switch for make install
(-silent for example)
this will install Firebird without asking anything as input and generate a random password for SYSDBA
the random password will be in a file at the same location than security database
priority target : 2.5.x and 3.0.x
|
|
Description
|
Today make install is interactive and ask a password for SYSDBA
to make easier setup, and possibility to run automate build and tests run, we need a switch for make install
(-silent for example)
this will install Firebird without asking anything as input and generate a random password for SYSDBA
the random password will be in a file at the same location than security database
priority target : 2.5.x and 3.0.x |
Show » |
|
but if I take sources, do make and then make install -silent
the install is not "silent"
it seems that Makefile.install do not pass the -silent switch to the install.sh script :
install: buildTarDir
(cd $(GEN_ROOT)/$(TarDir); FIREBIRD= FIREBIRD_LOCK= ./install.sh)
cp -r $(GEN_ROOT)/$(DebugDir)/* /