Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/daily,v rcsdiff: /ftp/cvs/cvsroot/src/etc/daily,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.87 retrieving revision 1.88 diff -u -p -r1.87 -r1.88 --- src/etc/daily 2012/08/29 20:34:18 1.87 +++ src/etc/daily 2013/03/08 14:32:12 1.88 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: daily,v 1.87 2012/08/29 20:34:18 wiz Exp $ +# $NetBSD: daily,v 1.88 2013/03/08 14:32:12 christos Exp $ # @(#)daily 8.2 (Berkeley) 1/25/94 # @@ -258,7 +258,7 @@ if checkyesno run_rdist && [ -f /etc/Dis fi if pkg_info ${_compat_K_flag} -q -E '*'; then - if [ -z "fetch_pkg_vulnerabilities" ]; then + if [ -z "$fetch_pkg_vulnerabilities" ]; then echo "fetch_pkg_vulnerabilities is not set in daily.conf(5)." echo "You should set it to YES to enable vulnerability checks" echo "or set it to NO to get rid of this warning."