Subject: Re: pkg-vulnverabilities location
To: Jeremy C. Reed <reed@reedmedia.net>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 02/10/2005 21:28:53
On Thu, Feb 10, 2005 at 12:03:53PM -0800, Jeremy C. Reed wrote:
> On Thu, 10 Feb 2005, Geert Hendrickx wrote:
> 
> > I'm sorry, I didn't mention exactly what didn't work.  The environment
> > variables work as advertised, but not when defined in /usr/pkg/etc/
> > audit-packages.conf.  I read both scripts, they don't even look at this
> > config file.
> 
> Strange. It is the man page but not in your script. Maybe you need to
> reinstall audit-packages from clean source.
> 
> I see:
> 
> if [ -r /usr/pkg/etc/audit-packages.conf ]; then
>         echo "Reading settings from /usr/pkg/etc/audit-packages.conf"
>         . /usr/pkg/etc/audit-packages.conf
> fi
> 
> 
> (The source version uses PKG_SYSCONFDIR instead of hard-coded etc/.)
> 
> Is your audit-packages.conf readable?
> 
>  Jeremy C. Reed

Maybe you're talking about -CURRENT?  I only have 2.0-release on my
machines...

GH