FreeBSD Bugzilla – Attachment 142717 Details for
Bug 189781
[patch] install manpages for security/py-fail2ban
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fail2ban.patch
fail2ban.patch (text/plain), 1.30 KB, created by
Adam Weinberger
on 2014-05-13 18:40:00 UTC
(
hide
)
Description:
fail2ban.patch
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2014-05-13 18:40:00 UTC
Size:
1.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 353232) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= fail2ban > PORTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= security python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -49,5 +50,9 @@ > @${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR} > @${MKDIR} ${STAGEDIR}${DOCSDIR} > (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) >+.for file in fail2ban-client fail2ban-regex fail2ban-server fail2ban >+ @${INSTALL_MAN} ${WRKSRC}/man/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1 >+.endfor >+ @${INSTALL_MAN} ${WRKSRC}/man/jail.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/fail2ban-jail.conf.5 > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 353232) >+++ pkg-plist (working copy) >@@ -199,6 +199,11 @@ > %%PYTHON_SITELIBDIR%%/fail2ban/tests/__init__.pyc > %%PYTHON_SITELIBDIR%%/fail2ban/tests/utils.py > %%PYTHON_SITELIBDIR%%/fail2ban/tests/utils.pyc >+man/man1/fail2ban-client.1.gz >+man/man1/fail2ban-regex.1.gz >+man/man1/fail2ban-server.1.gz >+man/man1/fail2ban.1.gz >+man/man5/fail2ban-jail.conf.5.gz > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban/tests > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban/server > @dirrm %%PYTHON_SITELIBDIR%%/fail2ban/client
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 189781
: 142717