On Mon, Dec 01, 2008 at 05:01:09PM +0000, Pedro Jurado wrote: > Is there any option in IPS similar to the -R in SVR4 that allows us to > reallocated files in another directory when installing the package?
Yes: -R. It's even documented in the man page! > The other question is about repository synchronizing, I suppose that > after create and upload a package in your own repository, you will need > to upload to other public repository, how can I do that? I take a look > to pkgrecv, but I don't think this is the tool I was looking for. Can > anyone point me to some tutorial or document that explain this process? We've been using rsync internally. If the source repo is completely private, then you can use pkgrecv and pkgsend to re-publish the packages to the destination repo, but note that the timestamps will change when you do that, and not all versions of pkg(5) have been able to handle "disappearing versions" very well. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
