--- /etc/init.d/denyhosts 2007-08-14 20:35:37.000000000 +0200 +++ /etc/init.d/denyhosts 2009-10-22 15:56:23.153434676 +0200 @@ -8,7 +8,7 @@ start() { ebegin "Starting DenyHosts daemon" - start-stop-daemon --name denyhosts --start --exec /usr/bin/denyhosts -- --daemon -c /etc/denyhosts.conf + start-stop-daemon --start --pidfile /var/run/denyhosts.pid --exec /usr/bin/denyhosts -- --daemon -c /etc/denyhosts.conf eend $? }