summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-04-17 10:00:36 +0300
committerSam James <sam@gentoo.org>2022-06-30 21:40:14 +0000
commit268cafb9cfeb8eb0a3525ef94052ae4d122db8e9 (patch)
tree8bee999e7360c279cc3e48a6a99a6e0db847dbce
parentsys-apps/busybox: Fix mdev configuration on amd64 (diff)
downloadgentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.tar.gz
gentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.tar.bz2
gentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.zip
sys-apps/busybox: Install httpd CGI scripts
Closes: https://bugs.gentoo.org/828467 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/busybox/busybox-1.34.1-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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() {