Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/
Date: Sun, 11 Aug 2019 11:20:50
Message-Id: 1565522389.3d8c386c0b1f723ecb7eb3d2065d26a774fba172.soap@gentoo
1 commit: 3d8c386c0b1f723ecb7eb3d2065d26a774fba172
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:19:49 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:19:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8c386c
7
8 net-firewall/ufw: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-firewall/ufw/ufw-0.36.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild
17 index 8c12a14e063..79eca7ad55d 100644
18 --- a/net-firewall/ufw/ufw-0.36.ebuild
19 +++ b/net-firewall/ufw/ufw-0.36.ebuild
20 @@ -90,7 +90,7 @@ pkg_pretend() {
21 mod_msg+=" mandatory, but they are often useful."
22 mod_msg+=" If you don't need some of them, please remove relevant"
23 mod_msg+=" module name(s) from IPT_MODULES in"
24 - mod_msg+=" '${EROOT}etc/default/ufw' before (re)starting ufw."
25 + mod_msg+=" '${EROOT}/etc/default/ufw' before (re)starting ufw."
26 mod_msg+=" Otherwise ufw may fail to start!"
27 ewarn "${mod_msg}"
28 if [[ "${nf_nat_ftp_ok}" == "no" ]]; then