From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F5F31382AC for ; Tue, 21 Jun 2016 01:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6F8E0937; Tue, 21 Jun 2016 01:26:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 004D9E0937 for ; Tue, 21 Jun 2016 01:26:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4584933E3A9 for ; Tue, 21 Jun 2016 01:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96E72412 for ; Tue, 21 Jun 2016 01:25:59 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1466471918.8a700184a39b8704b0280c0789f9b1a8056ab988.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwknop/fwknop-2.6.8-r2.ebuild net-firewall/fwknop/fwknop-2.6.9.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 8a700184a39b8704b0280c0789f9b1a8056ab988 X-VCS-Branch: master Date: Tue, 21 Jun 2016 01:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2cd92ab4-03d5-4cc8-8d8f-1961daf8b587 X-Archives-Hash: 4161d66a61c4cec559bd673b29dbd9e8 commit: 8a700184a39b8704b0280c0789f9b1a8056ab988 Author: Ilya Tumaykin gmail com> AuthorDate: Mon Jun 20 20:01:46 2016 +0000 Commit: Göktürk Yüksek gentoo 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