Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 21:18:52 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403812 - head/security/sshguard
Message-ID:  <201512152118.tBFLIqTr091104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512152118.tBFLIqTr091104>