1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/thttpd/config-cgi_path.patch
Jakub Jirutka bcb54c2a32 community/thttpd: remove /usr/ucb from CGI_PATH
This is some archaism.
2025-04-25 19:41:24 +00:00

11 lines
284 B
Diff

--- a/config.h
+++ b/config.h
@@ -276,7 +276,7 @@
/* CONFIGURE: $PATH to use for CGI programs.
*/
-#define CGI_PATH "/usr/local/bin:/usr/ucb:/bin:/usr/bin"
+#define CGI_PATH "/usr/local/bin:/usr/bin:/bin"
/* CONFIGURE: If defined, $LD_LIBRARY_PATH to use for CGI programs.
*/