Date: Tue, 27 Feb 2001 01:00:19 -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 delete.h main.c perform.c pkg_delete.1 src/usr.sbin/pkg_install/info info.h perform.c src/usr.sbin/pkg_install/lib match.c Makefile lib.h Message-ID: <200102270900.f1R90Ju20923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/02/27 01:00:19 PST Modified files: usr.sbin/pkg_install/delete delete.h main.c perform.c pkg_delete.1 usr.sbin/pkg_install/info info.h perform.c usr.sbin/pkg_install/lib Makefile lib.h Added files: usr.sbin/pkg_install/lib match.c Log: - Merge recently added into pkg_info(1) regex/glob matching functionality into pkg_delete(1) as well; - add a new `-a' option for pkg_delete(1) to delete all installed packages; - add a new `-i' option for pkg_delete(1) to request simple rm(1)-like interactive confirmation before attempting to delete each package. Silently approved by: jkh, -ports Revision Changes Path 1.6 +3 -1 src/usr.sbin/pkg_install/delete/delete.h 1.21 +39 -16 src/usr.sbin/pkg_install/delete/main.c 1.27 +37 -1 src/usr.sbin/pkg_install/delete/perform.c 1.24 +27 -2 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.18 +0 -6 src/usr.sbin/pkg_install/info/info.h 1.35 +25 -142 src/usr.sbin/pkg_install/info/perform.c 1.7 +3 -1 src/usr.sbin/pkg_install/lib/Makefile 1.32 +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?200102270900.f1R90Ju20923>