mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
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> |
||
|---|---|---|
| .. | ||
| delete.h | ||
| main.c | ||
| Makefile | ||
| perform.c | ||
| pkg_delete.1 | ||