From 8c0555725714815a1709f7c116a52e08092ed4f9 Mon Sep 17 00:00:00 2001 From: mdodd Date: Tue, 25 Mar 2003 00:51:41 +0000 Subject: Implement the 'Q' option which is like 'q' (quiet output) except that it prefaces the output with the package name. This is useful for things like this: # pkg_info -Qsa | awk -F : '{print $2 "\t" $1}' | sort -rn | expand -t 10 --- usr.sbin/pkg_install/info/info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/pkg_install/info/info.h') diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h index 94a8b5b..c2d5eed 100644 --- a/usr.sbin/pkg_install/info/info.h +++ b/usr.sbin/pkg_install/info/info.h @@ -61,6 +61,7 @@ TAILQ_HEAD(which_head, which_entry); extern int Flags; extern Boolean Quiet; +extern Boolean QUIET; extern char *InfoPrefix; extern char PlayPen[]; extern char *CheckPkg; -- cgit v1.1