From 6da083fc24e4f1ef0363957074148d1bc11cef83 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 19 Jun 2013 20:55:01 +0300 Subject: all: few behavioural regression fixes Wildcard matching with no names should match all packages only for info and search applet. "apk del" would otherwise try to delete everything, etc. Fix also interactive mode to ask questions only if we are actually changing something. --- src/apk_package.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_package.h') diff --git a/src/apk_package.h b/src/apk_package.h index db3965b..2d8a431 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -42,6 +42,7 @@ struct apk_provider; #define APK_DEP_CONFLICTS 0x04 #define APK_FOREACH_INSTALLED 0x10 #define APK_FOREACH_MARKED 0x20 +#define APK_FOREACH_NULL_MATCHES_ALL 0x40 #define APK_FOREACH_GENID_MASK 0xffffff00 struct apk_sign_ctx { -- cgit v1.2.3-60-g2f50