Date: Wed, 3 Oct 2001 00:46:03 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c src/usr.sbin/pkg_install/delete delete.h main.c perform.c pkg_delete.1 src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c lib.h Message-ID: <200110030746.f937k3n28140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/10/03 00:46:03 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/create perform.c usr.sbin/pkg_install/delete delete.h main.c perform.c pkg_delete.1 usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib deps.c lib.h Log: MFC: - fix harmless compiler's warnings; - before refusing to delete package because "there are packages installed that require this package" check that packages in question is actually installed; - add new `-r' option to pkg_delete(8), which instructs it to delete not only packages specified at command line, but all packages that depend on specified packages as well. This brings in the following deltas: 1.57 src/usr.sbin/pkg_install/create/perform.c 1.7 src/usr.sbin/pkg_install/delete/delete.h 1.23 src/usr.sbin/pkg_install/delete/main.c 1.33 src/usr.sbin/pkg_install/delete/perform.c 1.27 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.42 src/usr.sbin/pkg_install/info/perform.c 1.4 src/usr.sbin/pkg_install/lib/deps.c 1.38 src/usr.sbin/pkg_install/lib/lib.h Revision Changes Path 1.49.2.7 +2 -1 src/usr.sbin/pkg_install/create/perform.c 1.5.2.2 +2 -1 src/usr.sbin/pkg_install/delete/delete.h 1.17.2.6 +8 -3 src/usr.sbin/pkg_install/delete/main.c 1.22.2.9 +89 -67 src/usr.sbin/pkg_install/delete/perform.c 1.16.2.8 +5 -2 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.29.2.9 +1 -3 src/usr.sbin/pkg_install/info/perform.c 1.1.2.4 +80 -11 src/usr.sbin/pkg_install/lib/deps.c 1.29.2.7 +9 -1 src/usr.sbin/pkg_install/lib/lib.h 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?200110030746.f937k3n28140>