Date: Wed, 14 Mar 2001 11:46:43 -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/lib match.c Message-ID: <200103141946.f2EJkix54719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/03/14 11:46:43 PST Modified files: usr.sbin/pkg_install/lib match.c Log: When matching installed packages against glob keep track of which patterns actually triggered a match and which did not, and add patterns that didn't into resulting list, so caller will have a chance to notify user that package isn't installed. This should fix current, POLA-breaking behaviour when user doesn't receive a notification if he specifies several packages, some of which aren't installed. Revision Changes Path 1.3 +24 -3 src/usr.sbin/pkg_install/lib/match.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?200103141946.f2EJkix54719>