Subject: Re: CVS commit: pkgsrc/mk
To: Roland Illig <rillig@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2005 21:41:21
On Thu, Nov 17, 2005 at 01:19:29AM +0100, Roland Illig wrote:
> The appended patch fixes that. Then the output looks like:
> 
> Updating pkgtools
> ===> Cleaning for pkg_install-20051114
> ===> Checking for vulnerabilities in pkg_install-20051114
> ===> *** The audit-packages package must be at least version 0.40
> ===> *** Please install pkgsrc/security/audit-packages package and run
> ===> *** '/home/bulk/pkg/sbin/download-vulnerability-list'.
> *** Error code 1

	Well, that certainly makes the output look correct, but I don't
understand why you don't see any output without the patch.  The line
that calls check-vulnerable has a semicolon on the end:
        vul=`${MAKE} ${MAKEFLAGS} check-vulnerable`;        \
so the shell should keep processing the rest of the "command" that's been
fed to it, no?
	Of course, if it did, then the output still wouldn't be quite right due
to the extra inappropriate text just afterwards, but at least you'd see
something.

eric