From owner-cvs-all Sun Mar 4 9:38:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC4F637B719; Sun, 4 Mar 2001 09:38:38 -0800 (PST) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24Hccj30798; Sun, 4 Mar 2001 09:38:38 -0800 (PST) (envelope-from roberto) Message-Id: <200103041738.f24Hccj30798@freefall.freebsd.org> From: Ollivier Robert Date: Sun, 4 Mar 2001 09:38:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/delete perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2001/03/04 09:38:38 PST Modified files: usr.sbin/pkg_install/delete perform.c Log: 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 Revision Changes Path 1.28 +5 -6 src/usr.sbin/pkg_install/delete/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message