From 11b760e9716cac5513dd0cf9267b8f4780b43b35 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 17 May 2012 13:10:37 +0200 Subject: [PATCH] Clarify that no output means no flags are missing. --- README | 2 ++ bin/blhc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 9ef1fe8..6c84894 100644 --- a/README +++ b/README @@ -41,6 +41,8 @@ blhc can be run directly from the source tree (`bin/blhc`) or copied anywhere on the system. It doesn't have to be explicitly installed. To read the man page use `perldoc bin/blhc`. +If there's no output, no flags are missing and the build log is fine. + For more examples see the man page. diff --git a/bin/blhc b/bin/blhc index 0d66b78..2168110 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1074,6 +1074,8 @@ It's designed to check build logs generated by Debian's dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or the official buildd build logs) to help maintainers detect missing hardening flags in their packages. +If there's no output, no flags are missing and the build log is fine. + =head1 OPTIONS =over 8 @@ -1175,6 +1177,8 @@ Normal usage, parse a single log file. blhc path/to/log/file +If there's no output, no flags are missing and the build log is fine. + Parse multiple log files. The exit code is ORed over all files. blhc path/to/directory/with/log/files/* -- 2.43.2