Alok Aggarwal wrote: > Hi Dave, > > On Mon, 1 Dec 2008, Dave Miner wrote: > > >> Please review the fix for >> >> 5468 gui-install should be delivered in a separate package to tighten >> dependency graph >> http://defect.opensolaris.org/bz/show_bug.cgi?id=5468 >> >> Webrev is available at: >> >> http://cr.opensolaris.org/~dminer/slim_5468/ >> > > SUNWinstall/prototype_com: Is the removal of transfermod.h > (and maybe ti_api.h as well) intentional? I ask because > in the past when this file has been missing on the target > system, the transfer module fails to run. I'm not sure if > that still is the case or it has been restructred to not > require the header file. >
It seems they are still needed - probably used for dynamically generating Python definitions: $ ggrep -Rl transfermod ./ ... ./lib/libtransfer/transfer_defs.py ... $ ggrep -Rl ti_api ./ ... ./lib/libti_pymod/ti_defs.py ... Jan
