freebsd-skq/usr.sbin/pkg_install/delete
Ollivier Robert 12fd045a2c When called with the "-n" command line argument, pkg_delete
is supposed to inform the user of all steps it would take.

The current code does not issue any messages regarding actions
that would be performed by delete_package (removing files and
executing @unexec commands), because when the Fake variable
is 1, delete_package (which itself respects Fake and prints
messages rather than taking action when it is 1) is not called
at all.

Fix this.

PR:		bin/24971
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2001-03-04 17:38:38 +00:00
..
delete.h - Merge recently added into pkg_info(1) regex/glob matching functionality into 2001-02-27 09:00:18 +00:00
main.c - Merge recently added into pkg_info(1) regex/glob matching functionality into 2001-02-27 09:00:18 +00:00
Makefile Use libfetch instead of libftpio. This adds support for http and IPv6. 2000-06-27 11:00:07 +00:00
perform.c When called with the "-n" command line argument, pkg_delete 2001-03-04 17:38:38 +00:00
pkg_delete.1 Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. 2001-02-28 17:38:53 +00:00