]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-use_bin_sh.patch
update md5 to actual release tarball
[packages/lighttpd.git] / lighttpd-use_bin_sh.patch
diff --git a/lighttpd-use_bin_sh.patch b/lighttpd-use_bin_sh.patch
deleted file mode 100644 (file)
index de08dd3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-## Use /bin/sh to execute external programs instead of getting
-## the shell from $SHELL (See ticket #388)
-#
-# http://trac.lighttpd.net/trac/ticket/388
-
---- lighttpd-1.4.12/src/proc_open.c~   2006-09-19 15:49:41.846531074 +0300
-+++ lighttpd-1.4.12/src/proc_open.c    2006-09-19 15:51:13.658593480 +0300
-@@ -219,11 +219,7 @@
- /* {{{ proc_open */
- int proc_open(proc_handler_t *proc, const char *command) {
-       pid_t child;
--      const char *shell;
--
--      if (NULL == (shell = getenv(SHELLENV))) {
--              shell = "/bin/sh";
--      }
-+      const char *shell = "/bin/sh";
-       if (proc_open_pipes(proc) != 0) {
-               return -1;
This page took 0.129341 seconds and 4 git commands to generate.