File nagios-plugins-1.4.14-nmap.patch of Package nagios-plugins
Index: contrib/check_nmap.py =================================================================== --- contrib/check_nmap.py.orig +++ contrib/check_nmap.py @@ -54,7 +54,7 @@ import utils # Where temp files should be placed -tempfile.tempdir='/usr/local/nagios/var' +tempfile.tempdir='/tmp' # Base name for tempfile tempfile.template='check_nmap_tmp.'