Greetings,

As of changeset 2382 / b91a97e46434 in the pkg(5) gate, recursive uninstall is no longer supported.

============================================================
What changed?
============================================================
The -r option for pkg(1) uninstall has been removed. Recursive uninstall of packages is no longer supported. This functionality may return at a later date in a different form.

Because this also represents an incompatible pkg.client.api change, the CURRENT_API_VERSION is now 60. Consumers of pkg.client.api will need to update accordingly.

============================================================
How could this impact me?
============================================================
Consumers of the -r option to uninstall will fail.

Consumers of the Python pkg.client.api interface will have to update any calls to plan_uninstall() or gen_plan_uninstall() to not use the recursive_removal parameter (which is now gone).

============================================================
Changeset Details
============================================================
The following defects were resolved as part of the changes discussed above (see defect.opensolaris.org for details):

  18413 recursive uninstall functionality should be removed

-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to