diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-06-20 23:01:46 +0300 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-06-20 21:18:38 -0400 |
commit | 8a700184a39b8704b0280c0789f9b1a8056ab988 (patch) | |
tree | 75935d0c4f6ebfdbba13812cbc98d0fce210eba4 /net-firewall | |
parent | sys-kernel/gentoo-sources: Linux patch 3.10.102 (diff) | |
download | gentoo-8a700184a39b8704b0280c0789f9b1a8056ab988.tar.gz gentoo-8a700184a39b8704b0280c0789f9b1a8056ab988.tar.bz2 gentoo-8a700184a39b8704b0280c0789f9b1a8056ab988.zip |
net-firewall/fwknop: respect EPREFIX in DOC_CONTENTS
Closes: https://github.com/gentoo/gentoo/pull/1703
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwknop/fwknop-2.6.8-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 204959447d91..4a3a44c15696 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 ea7cb16fe910..09e22417a85d 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 |