--- /etc/init.d/denyhosts 2009-12-25 23:06:01.000000000 +0100 +++ /etc/init.d/denyhosts 2010-10-05 14:44:52.764873512 +0200 @@ -8,7 +8,7 @@ start() { ebegin "Starting DenyHosts daemon" - start-stop-daemon --name denyhosts.py --start --exec /usr/bin/denyhosts.py -- --daemon -c /etc/denyhosts.conf + start-stop-daemon --start --exec /usr/bin/denyhosts.py --pidfile /var/run/denyhosts.pid -- --daemon -c /etc/denyhosts.conf eend $? }