Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/
Date: Thu, 30 Jun 2022 21:41:16
Message-Id: 1656625214.268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.sam@gentoo
1 commit: 268cafb9cfeb8eb0a3525ef94052ae4d122db8e9
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 17 07:00:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 21:40:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268cafb9
7
8 sys-apps/busybox: Install httpd CGI scripts
9
10 Closes: https://bugs.gentoo.org/828467
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/busybox/busybox-1.34.1-r1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
18 index 05305df1dbc6..702f98008ff3 100644
19 --- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
20 +++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
21 @@ -310,6 +310,9 @@ src_install() {
22 cd ../examples || die
23 docinto examples
24 dodoc inittab depmod.pl *.conf *.script undeb unrpm
25 +
26 + cd ../networking || die
27 + dodoc httpd_indexcgi.c httpd_post_upload.cgi
28 }
29
30 pkg_preinst() {