Date: Wed, 19 Sep 2001 01:06:49 -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: <200109190806.f8J86ne96761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/09/19 01:06:49 PDT Modified files: 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: Various fixes and improvements: - fix harmless compiler's warnings (unused variables and missed prototype); - 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. MFC after: 2 weeks Revision Changes Path 1.57 +2 -1 src/usr.sbin/pkg_install/create/perform.c 1.7 +1 -0 src/usr.sbin/pkg_install/delete/delete.h 1.23 +7 -2 src/usr.sbin/pkg_install/delete/main.c 1.33 +87 -65 src/usr.sbin/pkg_install/delete/perform.c 1.27 +5 -2 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.42 +0 -2 src/usr.sbin/pkg_install/info/perform.c 1.4 +79 -10 src/usr.sbin/pkg_install/lib/deps.c 1.38 +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?200109190806.f8J86ne96761>