FS#21347 - [denyhosts] denyhost.py fails due to nonexistent DenyHosts.python2_version

Attached to Project: Arch Linux
Opened by Milan Knížek (MilanKnizek) - Tuesday, 19 October 2010, 18:58 GMT
Last edited by Allan McRae (Allan) - Thursday, 21 October 2010, 02:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
"/etc/rc.d/denyhosts start" fails with:
File "/usr/bin/denyhosts.py", line 5, in <module>
import DenyHosts.python2_version


Additional info:
* package version(s) extra/denyhosts 2.6-5

Workaround:
Edit /usr/bin/denyhosts.py on line 5:
from:
import DenyHosts.python2_version
to:
import DenyHosts.python_version
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 21 October 2010, 02:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  denyhosts-2.6-6

Loading...