commit:     268cafb9cfeb8eb0a3525ef94052ae4d122db8e9
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 07:00:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 21:40:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268cafb9

sys-apps/busybox: Install httpd CGI scripts

Closes: https://bugs.gentoo.org/828467
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/busybox/busybox-1.34.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild 
b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
index 05305df1dbc6..702f98008ff3 100644
--- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
@@ -310,6 +310,9 @@ src_install() {
        cd ../examples || die
        docinto examples
        dodoc inittab depmod.pl *.conf *.script undeb unrpm
+
+       cd ../networking || die
+       dodoc httpd_indexcgi.c httpd_post_upload.cgi
 }
 
 pkg_preinst() {

Reply via email to