Just uploaded with the following fix. -Steve diff -u -r denyhosts-2.6/debian/denyhosts.postinst denyhosts-changed/debian/denyhosts.postinst --- denyhosts-2.6/debian/denyhosts.postinst 2010-12-15 03:59:56.000000000 -0600 +++ denyhosts-changed/debian/denyhosts.postinst 2010-12-23 20:10:54.301339404 -0600 @@ -3,12 +3,14 @@ set -e +libdir=/var/lib/denyhosts/ + touch /var/log/denyhosts chmod 640 /var/log/denyhosts chmod 640 /etc/denyhosts.conf -mkdir /var/lib/denyhosts/ -chmod a-r /var/lib/denyhosts/ -chmod a-x /var/lib/denyhosts/ +test -d $libdir || mkdir $libdir +chmod a-r $libdir +chmod a-x $libdir #DEBHELPER#
signature.asc
Description: Digital signature