diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-29 20:11:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-29 20:11:11 +0800 |
commit | aedf12457255df8f5d122c9c79bd90148835e715 (patch) | |
tree | a8847e347a6089f1c000a51e559a2cf8b90977eb /security | |
parent | 2f1acc07ada19ebf4bcb98d31cdd57b8fbfb5bb1 (diff) | |
download | freebsd-ports-gnome-aedf12457255df8f5d122c9c79bd90148835e715.tar.gz freebsd-ports-gnome-aedf12457255df8f5d122c9c79bd90148835e715.tar.zst freebsd-ports-gnome-aedf12457255df8f5d122c9c79bd90148835e715.zip |
- Update message file to display rc.conf
- Use SUB_FILES
PR: 113944
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
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 |