Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Sun, 11 Aug 2019 11:20:52
Message-Id: 1565522426.8003543959b77f15a0022f0f33219a422f2e94ae.soap@gentoo
1 commit: 8003543959b77f15a0022f0f33219a422f2e94ae
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:26 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:20:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80035439
7
8 www-servers/lighttpd: [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 www-servers/lighttpd/lighttpd-1.4.53.ebuild | 4 ++--
14 www-servers/lighttpd/lighttpd-1.4.54.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
18 index ee33f1c375e..39be6f6e690 100644
19 --- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild
20 +++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
21 @@ -213,13 +213,13 @@ src_install() {
22 pkg_postinst () {
23 use ipv6 && readme.gentoo_print_elog
24
25 - if [[ -f ${ROOT}etc/conf.d/spawn-fcgi.conf ]] ; then
26 + if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then
27 einfo "spawn-fcgi is now provided by www-servers/spawn-fcgi."
28 einfo "spawn-fcgi's init script configuration is now located"
29 einfo "at /etc/conf.d/spawn-fcgi."
30 fi
31
32 - if [[ -f ${ROOT}etc/lighttpd.conf ]] ; then
33 + if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then
34 elog "Gentoo has a customized configuration,"
35 elog "which is now located in /etc/lighttpd. Please migrate your"
36 elog "existing configuration."
37
38 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
39 index 55fbdba211d..7a5a47049e1 100644
40 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
41 +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
42 @@ -213,13 +213,13 @@ src_install() {
43 pkg_postinst () {
44 use ipv6 && readme.gentoo_print_elog
45
46 - if [[ -f ${ROOT}etc/conf.d/spawn-fcgi.conf ]] ; then
47 + if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then
48 einfo "spawn-fcgi is now provided by www-servers/spawn-fcgi."
49 einfo "spawn-fcgi's init script configuration is now located"
50 einfo "at /etc/conf.d/spawn-fcgi."
51 fi
52
53 - if [[ -f ${ROOT}etc/lighttpd.conf ]] ; then
54 + if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then
55 elog "Gentoo has a customized configuration,"
56 elog "which is now located in /etc/lighttpd. Please migrate your"
57 elog "existing configuration."