Emanuele Pucciarelli wrote: > I have an %ips_tag patch ready, building on Andras's, and I'm looking > at actions. Does pkg apply them always at the right moment, no matter > the order in which they were sent into the pkg manifest, or should > there be pre-install (e.g. creation of a new user) and post-install > (e.g. driver registration) actions?
Correct; pkg(5) always applies actions in the correct order. All of the actions involved in a transaction (for *all* packages in a transaction) are sorted and executed in the correct order. Cheers, -- Shawn Walker
