diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2022-01-21 09:10:47 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-23 17:57:13 +0000 |
commit | 855a7edcadc8ee44e8bddebaf8b6b33b94d7190d (patch) | |
tree | 8b9e07a40808676ea8e9fe8f9a54e1fb9f1caf34 /www-servers/lighttpd | |
parent | www-servers/lighttpd: update metadata.xml (diff) | |
download | gentoo-855a7edcadc8ee44e8bddebaf8b6b33b94d7190d.tar.gz gentoo-855a7edcadc8ee44e8bddebaf8b6b33b94d7190d.tar.bz2 gentoo-855a7edcadc8ee44e8bddebaf8b6b33b94d7190d.zip |
www-servers/lighttpd: adjust lighttpd.initd
Closes: https://bugs.gentoo.org/626688
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Closes: https://github.com/gentoo/gentoo/pull/23900
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.64.ebuild (renamed from www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.64.ebuild index 0dadbae5b17a..196e483c87bf 100644 --- a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.64.ebuild @@ -167,7 +167,7 @@ src_install() { find "${D}" -name '*.la' -delete || die # init script stuff - newinitd "${FILESDIR}"/lighttpd.initd lighttpd + newinitd "${FILESDIR}"/lighttpd.initd-r1 lighttpd newconfd "${FILESDIR}"/lighttpd.confd lighttpd # configs |