svn commit: r403812 - head/security/sshguard

Mark Felder feld at FreeBSD.org
Tue Dec 15 21:18:53 UTC 2015


Author: feld
Date: Tue Dec 15 21:18:52 2015
New Revision: 403812
URL: https://svnweb.freebsd.org/changeset/ports/403812

Log:
  security/sshguard-pf Fix documentation URL in pkg-message
  
  Submitted by:	Johan <johan jails se>

Modified:
  head/security/sshguard/Makefile

Modified: head/security/sshguard/Makefile
==============================================================================
--- head/security/sshguard/Makefile	Tue Dec 15 21:13:34 2015	(r403811)
+++ head/security/sshguard/Makefile	Tue Dec 15 21:18:52 2015	(r403812)
@@ -30,7 +30,7 @@ SUB_FILES=	pkg-message
 SSHGUARDFW?=	hosts
 
 .if ${SSHGUARDFW} == pf
-PKGMSG_FWBLOCK="  To activate or configure PF see http://sshguard.sf.net/doc/setup/blockingpf.html"
+PKGMSG_FWBLOCK="  To activate or configure PF see http://www.sshguard.net/docs/setup/firewall/pf/"
 .elif ${SSHGUARDFW} == ipfw
 PKGMSG_FWBLOCK="  IPFW support has been rewritten. Sshguard will now add entries to table 22."
 .elif ${SSHGUARDFW} == hosts


More information about the svn-ports-all mailing list