* Rajkumar Srinivasan <[EMAIL PROTECTED]> [2008-04-15 11:45]: > Please review the changes for the bug: > > *954 Updating of IPS using IPS fails* > > http://cr.opensolaris.org/~rajkumar/cr-954/ > <http://cr.opensolaris.org/%7Erajkumar/cr-954/> > > The solution , while updating in windows if the file is > in use , move it to the temporary directory inside the > metadata and copy the new file to the current location. > The moved file will be deleted next time, when a call > is made to the Image.find_root() method.
Image.find_root() cannot have side-effects of this kind. Moreover, informational commands shouldn't either, although I know there are some code paths that currently do (and are badly behaved as a result). Have you thought about making a Windows-specific file action? (I would think you'll need to handle file delete in a similar fashion, not just rename.) - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
