diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/denyhosts/Makefile | 1 | ||||
-rw-r--r-- | security/denyhosts/files/pkg-message.in (renamed from security/denyhosts/pkg-message) | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile index 328840e3f1d3..7c94d9a5423a 100644 --- a/security/denyhosts/Makefile +++ b/security/denyhosts/Makefile @@ -20,6 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_RC_SUBR= denyhosts +SUB_FILES= pkg-message PORTDOCS= CHANGELOG.txt LICENSE.txt README.txt diff --git a/security/denyhosts/pkg-message b/security/denyhosts/files/pkg-message.in index 30c4c595caee..8dc823129bab 100644 --- a/security/denyhosts/pkg-message +++ b/security/denyhosts/files/pkg-message.in @@ -1,4 +1,8 @@ ------------------------------------------------------------------------------- +To run denyhosts from startup, add denyhosts_enable="YES" +in your /etc/rc.conf. +Configiration options can be found in %%PREFIX%%/etc/denyhosts.conf +------------------------------------------------------------------------------- In order to proper working of denyhosts 1. edit your /etc/hosts.allow file and add: sshd : /etc/hosts.deniedssh : deny |