git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/debian/patches/dsa/check_packages_location
blob: eb71d75fd9d30468028ad688d2f8ac7cca7be6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/dsa/sbin/dsa-update-apt-status
+++ b/dsa/sbin/dsa-update-apt-status
@@ -78,7 +78,7 @@ fi
 tmp=`tempfile`
 trap "rm -f '$tmp'" exit
 #/usr/share/dsa/apt-status-check --noupdate --timeout=600 > "$tmp"
-/usr/lib/nagios/plugins/dsa-check-packages > "$tmp"
+/usr/lib/nagios/plugins/check_packages > "$tmp"
 result="$?"
 case "$result" in
   0)