Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 30890) +++ trunk/scconfig/hooks.c (revision 30891) @@ -81,9 +81,6 @@ db_mkdir("/local"); db_mkdir("/local/pcb"); - pup_hook_postinit(); - fungw_hook_postinit(); - rnd_hook_postinit(); put("/local/pcb/want_bison", sfalse); Index: trunk/scconfig/librnd/scconfig/hooks_common.h =================================================================== --- trunk/scconfig/librnd/scconfig/hooks_common.h (revision 30890) +++ trunk/scconfig/librnd/scconfig/hooks_common.h (revision 30891) @@ -243,6 +243,9 @@ void rnd_hook_postinit() { + pup_hook_postinit(); + fungw_hook_postinit(); + /* DEFAULTS */ put("/local/prefix", "/usr/local"); put("/local/man1dir", "/share/man/man1");