On Mon, Feb 04, 2008 at 02:34:30PM -0800, Bart Smaalders wrote: > 470 pkg image-update can fail under some conditions.
Looks like you've got the pid in there twice, once in get_download_dir() and once when setting filelist_download_dir. get_download_dir() probably ought not to use var/..., but rather the image's "imgdir" member. Which means that it probably will have to just move to the Image class, unless filelist already has a link to the image. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
