summaryrefslogtreecommitdiff
path: root/net-analyzer/nagios-check_glsa2/files/nagios-check_glsa2-20120930-CACHEDIR.patch
blob: 3e02afe6e004fccc1fd9d91e41b548afb635aa7c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/check_glsa2_cached.sh
+++ b/check_glsa2_cached.sh
@@ -8,7 +8,7 @@
 # Caches the result of check_glsa2.sh
 # First line is the return code, rest of the file is the message
 NAME=$(basename $0 .sh)
-CACHEDIR=/var/lib/gentoo/
+CACHEDIR=/var/cache/check_glsa2
 CACHEFILE=${CACHEDIR}/check_glsa2.cache
 SCRIPT=/usr/lib/nagios/plugins/check_glsa2.sh
 ret=0