Re: $fetch_pkg_vulnerabilities warning from /etc/daily
Greg Troxel <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.security |
|---|---|
| Message-ID | <[email protected]> |
Paul Goyette <[email protected]> writes: >> In my system, it is set in /etc/defaults/daily.conf. >> Perhaps that's out of sync with a full build. > > On my system, it is set to "YES" in /etc/daily.conf > > In /etc/defaults/daily.conf it is set to "", and the comment says to > set it to "NO" to disable both the fetch and the warning message. The bug is that in /etc/defaults/daily.conf, the variable is set to "", which fails the "-z" check in /etc/daily. So /etc/defaults/daily.conf should get adjusted to set to YES. Beyond that, I don't see what it's reasonable for /etc/daily to complain about the variables value - either it's YES/yes and it checks, or not and it prints "skipping check".
signature.asc
(application/pgp-signature, 194 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (NetBSD) iEYEARECAAYFAlG4nRMACgkQ+vesoDJhHiXb9QCeNq4UaWPMVO3CfxG8w/14TnhX cJUAmwWZj+8LI2AuJEpdDz8xXlyvzrMA =9AeP -----END PGP SIGNATURE-----