New hook post_config_hooks.
authorMartin Schwenke <martin@meltin.net>
Tue, 18 Jan 2011 01:46:32 +0000 (12:46 +1100)
committerMartin Schwenke <martin@meltin.net>
Tue, 18 Jan 2011 01:46:32 +0000 (12:46 +1100)
commit1b241ad226299d4139e62275d4a460fb0c6667fc
tree795e86145dbc31272e217cdec9a8e10164d2e40d
parent1a14309ce434b9662d39c7f7ba44cf61c6437631
New hook post_config_hooks.

This is run after all configuration has been processed.  That is,
after command-line options processing.

It is also run before other exits where you can reasonably expect
configuration to be complete (--dump, -e <expr>).

It is not run before -E.  If you want to run in combination with -E
then add "run_hooks post_config_hooks" to the expression (or to a
previous -E option).  However, bear in mind that this may preempt any
magic the hooks might otherwise do after subsequent configuration
option processing.

Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster