kkeane / chef-denyhosts

Chef cookbook to install the anti-bruteforce tool denyhosts
0 stars 2 forks source link

Add support for Debian Wheezy #1

Closed c-rack closed 9 years ago

c-rack commented 9 years ago

On Debian Wheezy, there is no package tcp_wrappers available. It is also not needed for denyhosts to work properly. After commenting out package declaration for tcp_wrappers, I was able to install denyhosts.

Could we make tcp_wrappersmandatory for CentOS only?

kkeane commented 9 years ago

Thanks for letting me know!

Could you make a pull request, please? That seems to be the github way to do things like this. BTW, on Debian, is tcp_wrappers automatically installed, or does it require some other package name?

Thanks!

Kevin Keane

The NetTech

http://www.4nettech.com

Our values: Privacy, Liberty, Justice

See https://www.4nettech.com/corp/the-nettech-values.html

-----Original message----- From: Constantin Rack notifications@github.com Sent: Friday 3rd April 2015 15:32 To: kkeane/chef-denyhosts chef-denyhosts@noreply.github.com Subject: [chef-denyhosts] Add support for Debian Wheezy (#1)

On Debian Wheezy, there is no package tcp_wrappers available. It is also not needed for denyhosts to work properly. After commenting out package declaration for tcp_wrappers, I was able to install denyhosts.

Could we make tcp_wrappersmandatory for CentOS only?

— Reply to this email directly or view it on GitHub.

c-rack commented 9 years ago

The package is named tcpd on Debian: https://packages.debian.org/wheezy/tcpd

I submitted a PR: https://github.com/kkeane/chef-denyhosts/pull/2