diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-03-31 03:43:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-03-31 03:43:05 +0000 |
commit | 8755b1646cf04ec4a046b2b52849b4161ed366a4 (patch) | |
tree | 1a9ec5cb4c96c4b4115a063fc26305de4c88b76d /security/denyhosts/pkg-plist | |
parent | 3ca7c64d5b963775f6d6aaca2a340441e00dc5db (diff) | |
download | ports-8755b1646cf04ec4a046b2b52849b4161ed366a4.tar.gz ports-8755b1646cf04ec4a046b2b52849b4161ed366a4.zip |
upgrade to 2.2
PR: 95044
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=158452
Diffstat (limited to 'security/denyhosts/pkg-plist')
-rw-r--r-- | security/denyhosts/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/denyhosts/pkg-plist b/security/denyhosts/pkg-plist index 1916a1637304..a6d7618f95bf 100644 --- a/security/denyhosts/pkg-plist +++ b/security/denyhosts/pkg-plist @@ -2,6 +2,12 @@ bin/denyhosts.py %%DATADIR%%/denyhosts.cfg-dist %%DATADIR%%/setup.py %%DATADIR%%/daemon-control-dist +%%DATADIR%%/scripts/restricted_from_invalid.py +%%DATADIR%%/scripts/restricted_from_passwd.py +%%DATADIR%%/plugins/README.contrib +%%DATADIR%%/plugins/shorewall_allow.sh +%%DATADIR%%/plugins/shorewall_deny.sh +%%DATADIR%%/plugins/test_deny.py %%PYTHON_SITELIBDIR%%/DenyHosts/loginattempt.py %%PYTHON_SITELIBDIR%%/DenyHosts/loginattempt.pyc %%PYTHON_SITELIBDIR%%/DenyHosts/loginattempt.pyo @@ -56,9 +62,17 @@ bin/denyhosts.py %%PYTHON_SITELIBDIR%%/DenyHosts/regex.py %%PYTHON_SITELIBDIR%%/DenyHosts/regex.pyc %%PYTHON_SITELIBDIR%%/DenyHosts/regex.pyo +%%PYTHON_SITELIBDIR%%/DenyHosts/sync.py +%%PYTHON_SITELIBDIR%%/DenyHosts/sync.pyc +%%PYTHON_SITELIBDIR%%/DenyHosts/sync.pyo +%%PYTHON_SITELIBDIR%%/DenyHosts/restricted.py +%%PYTHON_SITELIBDIR%%/DenyHosts/restricted.pyc +%%PYTHON_SITELIBDIR%%/DenyHosts/restricted.pyo %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/DenyHosts +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% |