Problem: denyhosts: WARNING: $command_interpreter /usr/local/bin/python != /usr/local/bin/python2.6
Version:FreeBSD Releng_8
DenyHosts 2.6
Reproduction:/etc/rc.d/denyhosts stop
Description:DenyHosts can't wrap correct perl interpreter path
FreeBSD Fix:Code:
# ee /etc/rc.d/denyhosts
Replace:
Quote:
command_interpreter="/usr/local/bin/python2.6"
With:
Quote:
command_interpreter="/usr/local/bin/python2.6"
Links:http://groups.google.com/group/lucky.fr ... 73fea1bb39BerMeJo