Darren J Moffat wrote: > What will pkg do if I copy binaries in place and then later do a 'pkg > image-update' because I've run a full build and now want all of onnv ? > Will it complain that the binaries I copied over don't match or fix them > up with the correct new versions anyway ? [ I wouldn't want the old ones > left in place in this case ].
It'll do the right thing -- overwrite the files and trundle along its merry way. It's only if you replace a directory with a symlink or vice versa that it'll get confused (a bug), and it won't update files marked with a preserve attribute, but otherwise, you should be just fine. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
