install.sh: install a frozen Girocco::Config.pm file
commiteb2fe9a655748626987831d6abc116753174df6d
authorKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 14:23:08 +0000 (29 07:23 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 29 Oct 2020 14:23:08 +0000 (29 07:23 -0700)
tree5ab2dfe09d7e34a55d77d919dff5da548836b5bf
parent027224d0ad8d8578c6fba4054f3810e3099e74bb
install.sh: install a frozen Girocco::Config.pm file

Take advantage of the new Girocco::Dumper FreezeConfig
functionality and emit a frozen Girocco::Config.pm file
during the installation process that contains solely
variable assignments plus umask sanitation.

In addition provide all of the computed var_...=... variable
settings in the frozen Girocco::Config.pm as well to
make them available from within perl code.

This change provides a minor efficiency gain when
loading the Girocco::Config after installation.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh