Date: Mon, 19 Feb 2001 05:26:13 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/delete perform.c Message-ID: <200102191326.f1JDQD226989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/02/19 05:26:13 PST Modified files: usr.sbin/pkg_install/delete perform.c Log: Improve pkg_delete(1) behaviour when deleting several packages at once. Instead of trying to delete packages in the same order as they were specified in the command line, reorder deletion in such a way that if package A depends on package B then package A will be deleted before B no matter in which order they were specified in the command line. Reviewed by: jkh, will Approved by: jkh Revision Changes Path 1.25 +75 -4 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102191326.f1JDQD226989>