Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc add missing $, from Petar Bogdanovic
details: https://anonhg.NetBSD.org/src/rev/5fae23a308f0
branches: trunk
changeset: 785325:5fae23a308f0
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 08 14:32:12 2013 +0000
description:
add missing $, from Petar Bogdanovic
diffstat:
etc/daily | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 865780435d41 -r 5fae23a308f0 etc/daily
--- a/etc/daily Fri Mar 08 14:31:28 2013 +0000
+++ b/etc/daily Fri Mar 08 14:32:12 2013 +0000
@@ -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 @@
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."
Home |
Main Index |
Thread Index |
Old Index