projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4e0f4f9
)
periodic/security: remove signature check
author
Jan Lentfer <Jan.Lentfer@web.de>
Sat, 23 Jan 2010 22:34:08 +0000 (23:34 +0100)
committer
Jan Lentfer <Jan.Lentfer@web.de>
Sat, 23 Jan 2010 22:34:08 +0000 (23:34 +0100)
* this was committed accidently and untested
and leads to vulnerabilitiy files not
downloaded because extra configuration
is needed for option -s
etc/periodic/security/670.pkgsrcaudit
patch
|
blob
|
blame
|
history
diff --git
a/etc/periodic/security/670.pkgsrcaudit
b/etc/periodic/security/670.pkgsrcaudit
index
f8e9cfc
..
ceeaa0e
100644
(file)
--- a/
etc/periodic/security/670.pkgsrcaudit
+++ b/
etc/periodic/security/670.pkgsrcaudit
@@
-40,7
+40,7
@@
if pkg_info -K ${pkgdb_dir} -q -E '*'; then
[Yy][Ee][Ss])
echo ""
echo 'Fetching package vulnerabilities database:'
- pkg_admin -K ${pkgdb_dir} fetch-pkg-vulnerabilities -su
+ pkg_admin -K ${pkgdb_dir} fetch-pkg-vulnerabilities -u
rc0=$?
;;
*) rc0=0;