Package: arpwatch Version: 2.1a13-2 Priority: minor The 22secure_tempfile patch used in arpwatch has a minor bug in the changes to the bihourly script:
----------------------------------------- errs=/tmp/bihourly.$$ ^^^^ +errs=`tempfile -p arpbh -s .tmp` ----------------------------------------- The /tmp/biourly.$$ line is not remove so 'errs' is actually defined twice in the script. The correct patch should be: ----------------------------------------- -errs=/tmp/bihourly.$$ +errs=`tempfile -p arpbh -s .tmp` ----------------------------------------- Thanks Javier
signature.asc
Description: Digital signature

