* Pedro Jurado <[EMAIL PROTECTED]> [2008-12-01 17:06]: > Hi everybody. > > I'm working in a project trying to migrate all of our tools from SVR4 to > IPS and I have a couple of questions: > > 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?
You must first make an image, using "pkg image-create", but otherwise the pkg command uses -R to use that alternate image (rather that whatever image the pkg command finds itself in...). > 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? You can, in fact, pkgrecv from one and pkgsend to the other. We tend to build up a revised repository and then use rsync or ZFS incremental snapshots to transmit it to its public location. - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
