diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 12:11:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 12:11:11 +0000 |
commit | 1eccbb55cdfd50bb860bcaf2b23a367abf9b3cfa (patch) | |
tree | 54a009aab178c7b27cf18ed3891b1a56fc1fb509 /security | |
parent | de223f9338d36a00d6e27b62c95566da0d9cb7a3 (diff) | |
download | ports-1eccbb55cdfd50bb860bcaf2b23a367abf9b3cfa.tar.gz ports-1eccbb55cdfd50bb860bcaf2b23a367abf9b3cfa.zip |
Notes
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 |