commit: 8a700184a39b8704b0280c0789f9b1a8056ab988 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Mon Jun 20 20:01:46 2016 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 01:18:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a700184
net-firewall/fwknop: respect EPREFIX in DOC_CONTENTS Closes: https://github.com/gentoo/gentoo/pull/1703 Package-Manager: portage-2.3.0_rc1 net-firewall/fwknop/fwknop-2.6.8-r2.ebuild | 4 ++-- net-firewall/fwknop/fwknop-2.6.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild index 2049594..4a3a44c 100644 --- a/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild @@ -48,8 +48,8 @@ DOCS=( AUTHORS ChangeLog README.md ) DISABLE_AUTOFORMATTING=1 DOC_CONTENTS=" -Example configuration files were installed to /etc/fwknopd directory. -Please edit them to fit your needs and then remove the .example suffix. +Example configuration files were installed to '${EPREFIX}/etc/fwknopd/'. +Please edit them to suit your needs and then remove the .example suffix. fwknopd supports several backends: firewalld, iptables, ipfw, pf, ipf. You can set the desired backend via FIREWALL_EXE option in fwknopd.conf diff --git a/net-firewall/fwknop/fwknop-2.6.9.ebuild b/net-firewall/fwknop/fwknop-2.6.9.ebuild index ea7cb16..09e2241 100644 --- a/net-firewall/fwknop/fwknop-2.6.9.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.9.ebuild @@ -50,8 +50,8 @@ DOCS=( AUTHORS ChangeLog README.md ) DISABLE_AUTOFORMATTING=1 DOC_CONTENTS=" -Example configuration files were installed to /etc/fwknopd directory. -Please edit them to fit your needs and then remove the .example suffix. +Example configuration files were installed to '${EPREFIX}/etc/fwknopd/'. +Please edit them to suit your needs and then remove the .example suffix. fwknopd supports several backends: firewalld, iptables, ipfw, pf, ipf. You can set the desired backend via FIREWALL_EXE option in fwknopd.conf
